Releases: pnext/three-loader
Releases · pnext/three-loader
v0.2.5
v0.2.4
v0.2.3
- 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)
- To highlight a point, set the
v0.2.2
v0.2.1
Source
- Added support for Multi-cloud picking (#54). Now there should be a static method
Potree#pick
which allows multiplePointCloudOctree
objects to be passed in the method. Depending upon your use case this should improve performance significantly when you are point picking in multiple point clouds.
Dependencies
- Three updated from r116.1 to r117.1