Skip to content

Releases: pnext/three-loader

v0.2.5

Choose a tag to compare

@fahadm fahadm released this 26 Aug 21:27
  • Same as 0.2.4 but including the missing build directory.

v0.2.4

Choose a tag to compare

@fahadm fahadm released this 24 May 13:12
  • 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

Choose a tag to compare

@fahadm fahadm released this 24 May 13:08
  • 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

Choose a tag to compare

@fahadm fahadm released this 28 Sep 19:10
  • chore (updated dependecies)

v0.2.1

Choose a tag to compare

@fahadm fahadm released this 04 Jun 21:26
7db6366

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

Choose a tag to compare

@fahadm fahadm released this 05 May 20:26
378cce5
  • Updated dependencies including three 116.1
  • Fixes #64