![]() |
Question regarding Obi's performance in VR - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: General (https://obi.virtualmethodstudio.com/forum/forum-5.html) +--- Thread: Question regarding Obi's performance in VR (/thread-606.html) |
Question regarding Obi's performance in VR - Shade - 22-05-2018 Hi all, I'm new here (also new to Obi). I recently used ObiCloth for my VR project. I do have a few quick questions:
Shade RE: Question regarding Obi's performance in VR - josemendez - 23-05-2018 (22-05-2018, 04:38 PM)Shade Wrote: Hi all, Hi, All Obi products use multithreading and vectorization by default. Multithreading is taken advantage of by a thread pool backed task-based system. The amount of threads used is automatically calculated depending on the amount of logical cores in your device and the system performs load balancing automatically, this is transparent to the user. Since VR only impacts rendering performance (physics are unaffected), Obi Cloth and Obi Rope are completely VR-agnostic (they work as well as in non-VR projects). Obi Cloth in particular has been used for VR quite successfully: ObiFluid however has a quite complex fluid rendering system bolted on top, and it does not support single-pass stereo rendering so special set up is needed for VR. Namely, you need to use separate cameras for each eye, each one with its own fluid renderer. RE: Question regarding Obi's performance in VR - ctalDai - 18-07-2019 (23-05-2018, 10:32 AM)josemendez Wrote: Hi, Hello, How do I achieve similar interaction? Grab and pull clothes in VR. Thank You RE: Question regarding Obi's performance in VR - josemendez - 18-07-2019 (18-07-2019, 08:07 AM)ctalDai Wrote: Hello, Hi, It's completely up to you. This was implemented by Virtual Voyagers themselves during the development of their tool. You have access to all per-particle properties trough our API, so you can set their masses, positions, etc... according to the user's input. http://obi.virtualmethodstudio.com/tutorials/scriptingparticles.html |