Hi,
I have been trying to draw real time as the co-ordinates get generated using Ruby in Sketchup.
The tutorial here shows how to draw 10 steps.
http://code.google.com/apis/sketchup/docs/tutorial_geometry.html
But problem is if I have to draw 1000 blocks or more ,sketchup hangs until the loop is run and all the points are generated and then draws them all it once. What if the points are being generated one by one randomly as time goes and they are to be plotted in sketchup? More precisely how does one draw a real time graph in sketchup using ruby. Say now I have a block at 100,100,100 and then the next frame I have to draw it at 110,110,110 and keep on updating its position frame by frame.
Please suggest.Thanks in advance.