This repository was archived by the owner on Dec 1, 2021. It is now read-only.
Releases: simonghales/react-three-game-engine
Releases · simonghales/react-three-game-engine
0.14.0 - Breaking changes
You now must provide your own worker for the physics. This is because I was having a lot of difficulties having the bundlers handle bundling the worker correctly. See the README.md for instructions.
I've also improved / fixed the way that physics updates are sync'd with the workers. Now there should be minimal issues with the updates falling out of sync.
Buffers sync fix
Buffers would go out of sync. Now after a few failures, it will re-generate the buffers.
Instance Support
Added support for mesh instancing. Read the documentation here: https://github.com/simonghales/react-three-game-engine/blob/main/docs/api/API.md#mesh-instancing