Skip to content

Releases: pnext/three-loader

v0.2.5

26 Aug 21:27
Compare
Choose a tag to compare
  • Same as 0.2.4 but including the missing build directory.

v0.2.4

24 May 13:12
Compare
Choose a tag to compare
  • Updated to ThreeJs r128
  • The tsconfig target has been changed to es6. So for projects that target es5, they might have to either transpile three-loader to es5 or switch to es6 in their project.

Contributors:

leops (@leops)

v0.2.3

24 May 13:08
Compare
Choose a tag to compare
  • 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)

v0.2.2

28 Sep 19:10
Compare
Choose a tag to compare
  • chore (updated dependecies)

v0.2.1

04 Jun 21:26
7db6366
Compare
Choose a tag to compare

Source

  • Added support for Multi-cloud picking (#54). Now there should be a static method Potree#pickwhich allows multiple PointCloudOctree 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

v0.2.0

05 May 20:26
378cce5
Compare
Choose a tag to compare
  • Updated dependencies including three 116.1
  • Fixes #64