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
enablePointHighlightinguniform to true. - Pass in a 3d vector
highlightedPointCoordinateuniform in world coordinates. - Optionally change the scale of the highlighted pointed by setting the
highlightedPointScaleuniform ( between [0,1]) - Optionally change
highlightedPointColoruniform 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#pickwhich allows multiplePointCloudOctreeobjects 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