I plotted a 3D graph consists of X-axis, Y-axis, and Z-axis with their lebels and put it on a Canvas3D. I also uses Sphere objects to represent data on the graph. I want to redraw my 3D graph when some data changes. This means that I want to remove the old 3D graph from Canvas3D and put a new graph on this canvas. Do you know some Java3D methods that can remove 3D objects? I tried to repaint the old graph with black, but it didn't work. I still cannot make the old graph disappear. If you have any idea how to do it, please let me know. Churee. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
