View Single Post
  #1  
Old 09-11-2006, 01:46 PM
pbeeson pbeeson is offline
Member
 
Join Date: Aug 2006
Posts: 31
slow intersect call

I am having serious slowdowns in my Vizard script. I tracked it down to the fact that I am calling viz.intersect 180 times in a single callback. The 180 iteration loop takes around 0.15 seconds to run. This is werid because pressing F4 twicde shows me that the update is only suppossed to be taking 30-100 milliseconds.

Two things: 1) Is the value shown for Updates when the f4 stats are shown actually in MILLI seconds? 2) Is there a faster call than viz.intersect in Vizard 2.53g?
Reply With Quote