pmndrs / react-three-jolt

⚡ Jolt physics in React

Home Page:https://react-three-jolt.pmnd.rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow movement of Static Bodies

DennisSmolek opened this issue · comments

Right now when you create a static body it takes the three object you pass and whatever position data you add to generate the Jolt Body.

Because this is on a frame by frame basis we naturally don't loop static bodies.

However, this means these bodies cant' be updated after the fact.

Or I think they can be updated, however the threeJS object will never get the new data.

We'll have to try it.

This might be fixed now...