You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would really like to add unique colors for the markers.
Since markers is a vec4, and I don't think GL has a vec5, seems like need to make a new vec3 for each marker color with the 8bit RGB value. Does that sound correct?
Love to hear your thoughts before implementing it.
Great lib, thanks for not using any bloated libs!
The text was updated successfully, but these errors were encountered:
@bitslip6 Also interested to know about this. Would like to apply a different color for office locations vs client locations.
Did you manage to get something working?
I would really like to add unique colors for the markers.
Since markers is a vec4, and I don't think GL has a vec5, seems like need to make a new vec3 for each marker color with the 8bit RGB value. Does that sound correct?
Love to hear your thoughts before implementing it.
Great lib, thanks for not using any bloated libs!
The text was updated successfully, but these errors were encountered: