Table of Contents Chapter Index Previous Slide Next Slide 370
Defining prototype bodies

Creating new node types
Defining prototype bodies
  • PROTO defines:
  • body - nodes and routes for the new node type
  • PROTO BouncingBall [ . . .  ] {
        Transform {
            children [ . . . ]
        }
        ROUTE . . .
    }