DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D
http://www.reactphysics3d.com
zlib License
1.55k stars 224 forks source link

How does the sensor need to be implemented? #351

Closed PinkFatMan closed 9 months ago

PinkFatMan commented 1 year ago

I need to use the sensor in the process, how should I set up the rigid body to achieve this?

Sent from PPHub

DanielChappuis commented 1 year ago

A sensor should be implemented using a Trigger collider in ReactPhysics3D. You can find more information in the documentation here.

Note: Next time, can you please ask your question in the Discussions section instead of opening a new issue because this is not an issue? Thanks

DanielChappuis commented 9 months ago

I am closing this issue. Feel free to create a new discussion instead if this is still not clear.