Skip to content
This repository was archived by the owner on Dec 1, 2021. It is now read-only.

Releases: simonghales/react-three-game-engine

0.14.0 - Breaking changes

Choose a tag to compare

@simonghales simonghales released this 24 Jan 13:42

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

Choose a tag to compare

@simonghales simonghales released this 14 Jan 12:37

Buffers would go out of sync. Now after a few failures, it will re-generate the buffers.

Instance Support

Choose a tag to compare

@simonghales simonghales released this 13 Jan 14:09
3f36baa

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