88

Grouping nodes
Syntax: Transform

  • The Transform group node creates a group with its own coordinate system
  • Every child node in the group is displayed
  • Transform {
        translation 0.0 0.0 0.0
        rotation    0.0 1.0 0.0 0.0
        scale       1.0 1.0 1.0
        children [ . . . ]
    }