You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am late, but for someone who has the same problem in the future - you can solve it by putting QueryFilterFlags.EXCLUDE_SENSORS into updateVehicle function in filterFlags parameter
Uh oh!
There was an error while loading. Please reload this page.
Hi, I've detected that the wheels of DynamicRaycastVehicle ignore the sensor or generally have a weird behaviour when they are in contact.
The sensor is really simple, taken from the Readme in this repo:
<RigidBody type="fixed"> <CuboidCollider position={controls.leftTriggerPos} args={[2,2,2]} sensor={true} onIntersectionEnter={() => console.log("Goal!")} /> </RigidBody>
On the upside the demo gif is kinda funny
The text was updated successfully, but these errors were encountered: