Skip to content

Releases: diarmidmackenzie/instanced-mesh

v0.7.4

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 15 Feb 07:09

What's Changed

Full Changelog: v0.7.3...v0.7.4

Linting fixes

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 04 Feb 13:09

What's Changed

New Contributors

Full Changelog: v0.7.2...v0.7.3

Bug fix for A-Frame 1.5.0+

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 27 Jul 09:10

Fix for bug exposed by A-Frame 1.5.0:

  • Fix for static frustum culling when meshes created with no initial instanced in A-Frame 1.5.0+ (#43)

Bug Fix

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 25 Jul 13:26

Bug fix:

  • Performance issue with empty instanced meshes, exposed in A-Frame 1.4.0 and later (detail)

Multi-colored instancing

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 08 Dec 13:43

New features:

  • Support for Multiple colors on an instanced mesh
  • Performance improvements
  • New set of examples & showcase page

Bug fixes:

  • Fixes for frustrum culling on shared geometries
  • Fix problem where rendering lagged physics simulation by 1 frame.
  • Other minor bug fixes

Bug fixes & performance

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 02 Dec 09:54
  • Fixed bugs when using GLTF models & "auto" update mode
  • Minor performance improvements when using GLTF models & "auto" update mode
  • New example to test complex GLTF model + "auto" update mode

Textures, raycasting, physics

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 01 Dec 13:06

New features:

  • support for textures & env maps
  • support for raycasting
  • support for physics
  • automatic updates of member positions
  • examples to show all the above
  • performance improvements

Support multi-mesh GLTF models

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 06 Nov 14:20
  • Support for GLTF models that contain multiple meshes
  • Handle transforms of sub-meshes within GLTF models
  • Handle movement and add/remove for multi-mesh
  • Testing & fixing for update support on instanced-mesh component
  • Examples now published to GitHub pages

Improved positioning flexibility

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 25 Jul 15:09
  • Add support for new "positioning" parameter allowing either "local" or "world" positioning (details in README)
  • Publish on NPM for the first time.

Add layers support

Choose a tag to compare

@diarmidmackenzie diarmidmackenzie released this 03 May 13:34

Allow configuration of which THREE.js layers the Instanced Mesh renders.