Hi,
I am relatively new to Nvidia Flex asset, but I have tried for some days to add force to a Flex Solid Actor and also make a joint connection between two Flex Solid Actors, but unfortunately I wasn’t successful in these tasks, so any help with the currently available code or any suggestion for modifying the source code myself would be pretty much appreciated.
Regards,
Mahdi Davoodi
Hi Mahdi,
The Flex Unity asset doesn’t expose a joint actor yet as far as I know. We do have a concept of a soft joint in the Flex SDK which can be used to connect objects (see NvFlexExtCreateSoftJoint) in the extensions library.
With some work you may be able to expose this in the Unity plugin.
Cheers,
Miles
Thank you so much for your answer, what about adding force to a particular solid actor? is it possible ?