I have to create a shape with LineStripArray. The problem is that the no of points has to keep on increasing at the RunTime.They keep on increasing at some time interval (500 ms) I have to keep on adding those points to my shape. I searched and got some idea that probally it could be implemented by using
GeometryUpdater and
Behaviour Classes. I dont know exactly how to use GeometryUpdater. Could anybody post some
SSCCE for GeometryUpdater class. Or if there is some other way to implement the problem statement than please tell tht alsso
Edited by: gunjannigam on Dec 23, 2009 9:43 PM