Read minimum distances as soon as ready

Typically: "How do I... ", "How can I... " questions
Post Reply
neshom
Posts: 71
Joined: 21 Jul 2015, 20:55

Read minimum distances as soon as ready

Post 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.

coppelia
Site Admin
Posts: 10504
Joined: 14 Dec 2012, 00:25

Re: Read minimum distances as soon as ready

Post by coppelia »

Have a look at your other question with my reply to it.

Cheers

Post Reply