Table of contents Chapter index Previous slide Next slide 68
A sample transform group

Transforming shapes
A sample transform group
Transform {
    translation -2.0 3.0 0.0
    children [
        Shape {
            appearance Appearance {
                material Material { }
            }
            geometry Cylinder {
                radius 0.3
                height 6.0
                top FALSE
            }
        }
    ]
}
. . .