Table of Contents Chapter Index Previous Slide Next Slide 63
Scaling

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 [ . . . ]
    }