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

24 Jan 13:42

Choose a tag to compare

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

14 Jan 12:37

Choose a tag to compare

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

Instance Support

13 Jan 14:09
3f36baa

Choose a tag to compare