Page 1 of 1

Read minimum distances as soon as ready

Posted: 14 Aug 2016, 09:50
by neshom
I have a complicated scene with lots of shapes. I have defined around 30 minimum distances to be calculated. The calculation takes around 30 ms to complete. However, since the dt is 50 ms, I can not read them once they are ready ( at ~30 ms). I am using remove API and manually trigger the next loop.

How can I lower the loop iterval to the calculation time namely 30 ms in the above example? This calculation time is not always 30 ms and may vary in each loop as well.

Thanked in advance.

Re: Read minimum distances as soon as ready

Posted: 15 Aug 2016, 07:00
by coppelia
Have a look at your other question with my reply to it.

Cheers