Page 1 of 1

Looking for api about respondable.

Posted: 09 May 2022, 09:39
by kitae7425
Can I turn off the 'Body is responable' from Rigid Body Dynamic Properties with api?

can i know api ?

thank youi

Re: Looking for api about respondable.

Posted: 09 May 2022, 11:08
by fferri
Yes:

Code: Select all

sim.setObjectInt32Param(handle,sim.shapeintparam_respondable,0)
Use with care when setting this parameter during simulation (the shape might have to be reset with sim.resetDynamicObject)

Re: Looking for api about respondable.

Posted: 10 May 2022, 03:26
by kitae7425
It works!

Thank you!