68

Transforming shapes
Transform group example code

Transform {
    translation -2.0 -1.0 0.0
    children [
        Shape {
            appearance Appearance {
                material Material { }
            }
            geometry Cylinder {
                radius 0.3
                height 6.0
                top FALSE
            }
        }
    ]
}
. . .