474

Creating new node types
Defining prototype bodies

  • PROTO defines:
  • body - nodes and routes for the new node type
  • PROTO Robot [
        . . .
    ] {
        Transform {
            children [ . . . ]
        }
    }