DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D

Home Page:http://www.reactphysics3d.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does the sensor need to be implemented?

PinkFatMan opened this issue · comments

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

Sent from PPHub

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

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