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

124567

0.6.3

Diff
gkjohnson
published 0.6.3 •

Changelog

Source

[0.6.3] - 2023-07-22

Fixed

  • Fixed another triangle / triangle intersection failure case.
  • Type declaration and documentation for shapecast function.
gkjohnson
published 0.6.2 •

Changelog

Source

[0.6.2] - 2023-07-19

Fixed

  • Fixed triangle / triangle intersection failure case.
gkjohnson
published 0.6.1 •

Changelog

Source

[0.6.1] - 2023-07-08

Fixed

  • The root bounding box incorrectly including the origin causing an extra large bounds for shift geometry.
gkjohnson
published 0.6.0 •

Changelog

Source

[0.6.0] - 2023-05-19

Changed

  • Bumped minimum required three.js version to v0.151.0
gkjohnson
published 0.5.24 •

Changelog

Source

[0.5.24] - 2023-05-13

Fixed

  • MeshBVH Worker error when incorrectly transferring shader array buffers.
gkjohnson
published 0.5.23 •

Changelog

Source

[0.5.23] - 2023-02-03

Fixed

  • Case where raycasting would not work if uvs are not present.
gkjohnson
published 0.5.22 •

Changelog

Source

[0.5.22] - 2023-01-15

Added

  • Support to suppress logs in ExtendedTriangle.intersectsTriangle.
gkjohnson
published 0.5.21 •

Changelog

Source

[0.5.21] - 2023-01-03

Changed

  • Removed use of optional chaining.
gkjohnson
published 0.5.20 •

Changelog

Source

[0.5.20] - 2022-12-31

Added

  • Diff support to StaticGeometryGenerator so only changed meshes and skinned meshes are updated in order to improve performance on subsequent updates.
gkjohnson
published 0.5.19 •

Changelog

Source

[0.5.19] - 2022-11-28

Fixed

  • StaticGeometryGenerator: now correctly only traverses and includes visible meshes.