Skip to content

v0.2.3

Compare
Choose a tag to compare
@fahadm fahadm released this 24 May 13:08
· 75 commits to master since this release
  • Update to ThreeJs r124
  • Added the ability to highlight points (This is disabled by default).
    • To highlight a point, set the enablePointHighlighting uniform to true.
    • Pass in a 3d vector highlightedPointCoordinate uniform in world coordinates.
    • Optionally change the scale of the highlighted pointed by setting the highlightedPointScale uniform ( between [0,1])
    • Optionally change highlightedPointColor uniform to the color of your choosing ( r,g,b,a)