Hello to everybody!
I have to create a lot of spheres with the com.sun.j3d.utils.geometry.Sphere class. I want to the spheres share their geometry but not the appearance. if I use that ... Sphere sp1 = new Sphere(radius, ap); Sphere sp2 = new Sphere(radius, ap); Sphere sp3 = new Sphere(radius, anotherAp); which spheres are sharing geometry?? Thanks a lot. =========================================================================== 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".