AdaRoseCannon / aframe-xr-boilerplate

Get started quickly with VR and AR using AFrame
https://aframe-xr-starterkit.glitch.me/
MIT License
110 stars 20 forks source link

Refactor to prevent array allocations whenever we update the entities #28

Closed Elettrotecnica closed 6 months ago

Elettrotecnica commented 6 months ago

As mentioned in #27, it would be nice if updating the entities did not require additional array allocations all the time.

This is my attempt at it.

All the best