64

Transforming shapes
Scaling

  • Scale grows or shrinks a coordinate system by a scaling factor in X, Y, and Z
    Transform {
        #     X   Y   Z
        scale 0.5 0.5 0.5
        children [ . . . ]
    }