New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

three-mesh-bvh

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

three-mesh-bvh - npm Package Versions

123567

0.5.18

Diff
gkjohnson
published 0.5.18 •

Changelog

Source

[0.5.18] - 2022-11-15

Added

  • Support for distance queries on the GPU.

Fixed

  • Case in triangle intersect function that would incorrectly report an intersection.
gkjohnson
published 0.5.17 •

Changelog

Source

[0.5.17] - 2022-10-22

Fixed

  • Case in new three.js that caused the vertex texture to work incrrectly.
  • Removed incomplete and incorrect Box3 inheritance from OrientedBox.
  • Adde min and max to typescript definition for OrientedBox.
gkjohnson
published 0.5.16 •

Changelog

Source

[0.5.16] - 2022-08-05

Added

  • Support for normalized vertex attributes.

Removed

  • Removed deprecated MeshBVH function signatures for raycast, raycastFirst, closestPointToPoint, closestPointToGeometry, refit, intersectsGeometry, shapecast, intersectsBox, intersectsSphere.
gkjohnson
published 0.5.15 •

Changelog

Source

[0.5.15] - 2022-07-25

Fixed

  • single point intersection in intersectsTriangle function.
  • issue in the closestPointLineToLine function.
gkjohnson
published 0.5.14 •

Changelog

Source

[0.5.14] - 2022-06-20

Fixed

  • ExtendedTriangle: Fix Another case where IntersectsTriangle failed
gkjohnson
published 0.5.13 •

Changelog

Source

[0.5.13] - 2022-06-19

Fixed

  • ExtendedTriangle: Fix Another case where IntersectsTriangle failed
gkjohnson
published 0.5.12 •

Changelog

Source

[0.5.12] - 2022-06-17

Fixed

  • MeshBVHVisualizer: not removing child roots on update.
  • ExtendedTriangle: Fix intersection not being reported when triangles intersect at vertex.
  • MeshBVH.bvhcast: Fix bvhcast using incorrect bounds to traverse.
gkjohnson
published 0.5.11 •

Changelog

Source

[0.5.11] - 2022-05-20

Fixed

  • "global" unnecessarily being used in the web worker.

Added

  • GenerateMeshBVHWorker.generate: reject when class has been disposed of or error is thrown in worker.
  • GenerateMeshBVHWorker: ensure the root array buffers ate transfered when finishing construction.
gkjohnson
published 0.5.10 •

Changelog

Source

[0.5.10] - 2022-04-15

Added

  • StaticGeometryGenerator to enable skinned and morph target mesh support.
gkjohnson
published 0.5.9 •

Changelog

Source

[0.5.9] - 2022-04-11

Fixed

  • Incorrect return type for computeBoundsTree.