Hi, I am a new developer. I want to add articulated objects and deformable objects into my AR game. I haven't found any tutorial on this, I hope to interact with these objects. Please let me know if this is available in visionOS.
How to add articulated and deformable object in APP
Hi @Jiahe_Xu,
Sounds like some exciting features. I assume by 'articulated' you mean something like a skeletal animation rig that can be placed in particular orientations by the user of your app?
Assuming that is the case it is possible to use skeletal animations and use inverse kinematics to move a skeleton to a particular desired pose.
You can find some documentation on this starting here.