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

Physics don't work args are less than 1

krispya opened this issue · comments

If the args for a collider hook are less than 1 then no collision occurs. For example with a box if the args are [.5, .5, .5] or with a sphere if the args are [.3].

Turns out the bad behavior I saw had to do with useSphere in particular which is already documented in #287