Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question regarding Obi's performance in VR
#3
(23-05-2018, 10:32 AM)josemendez Wrote: 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.

Hello,
How do I achieve similar interaction? Grab and pull clothes in VR.

Thank You
Reply


Messages In This Thread
RE: Question regarding Obi's performance in VR - by ctalDai - 18-07-2019, 08:07 AM