![]() |
Cloth Interaction in Augmented Reality - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Cloth (https://obi.virtualmethodstudio.com/forum/forum-2.html) +--- Thread: Cloth Interaction in Augmented Reality (/thread-2632.html) |
Cloth Interaction in Augmented Reality - hshmrzv - 14-12-2020 Hi! I am looking to incorporate an interactive cloth in my augmented reality project. My idea is to use obi cloth to create folds with interactions. Before I start, I wanted to know does obi cloth simulation work in AR on android/iOS mobile device and support on HoloLens? Also I wanted to know is it possible to create grab and move interaction? RE: Cloth Interaction in Augmented Reality - josemendez - 14-12-2020 (14-12-2020, 06:57 AM)hshmrzv Wrote: Hi! Hi there, Obi Cloth does work in AR in both Android and iOS when using either simulation backend (Oni/Burst). It should work in HoloLens using Burst, but it hasn't been tested. It is also possible to create grab/move interaction. You can use the particle API to get/set particle positions and velocities: See: http://obi.virtualmethodstudio.com/tutorials/scriptingparticles.html |