vm.benjamin@gmail.com schrieb:
> Is there anyway to add more than one Shape3D object to a
> TransformGroup and Position them.
You can add as many Shapes as you want to a TransformGroup. But with
that single TransformGroup they are all positioned and rotated the same
way. To have them positioned differently, you have to use a
TransformGroup for each shape to set its individual position. To rotate
all shapes with the mouse behavior, you can then use one TransformGroup
to which you have to add those shape-TransformGroups.
Hope thats what you wanted to know.
- Thomas