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

Wheels on RaycastVehicle are sideways in debug view

posobin opened this issue · comments

This might be caused by cannon-es-debugger, posting here as Krispy on the pmndrs discord advised me to.

I have been looking at the RaycastVehicle example in the repo. When I turn on debug mode without making other changes, cannon's understanding of the wheels seems to be sideways:

That doesn't seem to actually affect the physics and the car drives well.

Here is the link to the fork of the example from the repo: https://codesandbox.io/s/raycast-vehicle-forked-td1bf?file=/src/App.js