Table of Contents Chapter Index Previous Slide Next Slide 54
Scaling A Coordinate System

Transforming Shapes

Scaling A Coordinate System
  • 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 [ . . . ]
    }