pmndrs / use-cannon

👋💣 physics based hooks for @react-three/fiber

Home Page:https://cannon.pmnd.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a type in useBox which is static and also can be moved with the api of useBox

satvik2131 opened this issue · comments

As we have types like "Static" , "Dynamic" and "Kinetic" . In dynamic it acts according to the physical world and moving it manually will disturb the flow . With static it does not move at all , maybe because rerender doesn't happen . So , there should be a type , which is static , aware of the physical world and can be moved with the api.