Hello, I have the next schema:

SwitchGroup
|
|-Group1
| |-TransformGroup
| |  |--Link(mySharedGroup1)
| |
| |-TransformGroup
|   |--com.sun.j3d.utils.geometry.Sphere
|
|-Group2
| |-TransformGroup
| | |--Link(mySharedGroup1)
| |
| |
| |-TransformGroup
|   |--com.sun.j3d.utils.geometry.Sphere
...
...
..


mySharedGroup1
|-TransformGroup
| |--Link(mySharedGroup2)
|
|-TransformGroup
| |--Link(mySharedGroup2)
|
|-TransformGroup
| |--Link(mySharedGroup2)

mySharedGroup2
|--com.sun.j3d.utils.geometry.Cylinder


I have the next problem, when I switch to show the group1 I'm still
viewing the cylinders of group2, but not the spheres!!

Can any body tell me why i see the cylinders??

Thanks!



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


===========================================================================
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".

Reply via email to