Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 736 Bytes

File metadata and controls

22 lines (15 loc) · 736 Bytes

Transform

Derived from Pose.

Transform {
  SFVec3f    scale           1 1 1     # any vector
}

Direct derived nodes: none.

Description

The Transform node is a grouping node that defines a coordinate system for its children that is relative to the coordinate systems of its parent. The children list of a Transform node may only contain Transform, Pose, Group, Shape or CadShape nodes. It cannot contain any Solid or Solid derived nodes.

Field Summary

  • The scale field specifies a possibly non-uniform scale. Only non-zero values are permitted; zero values are automatically reset to 1.