Table of contents Chapter index Previous slide Next slide 459
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 . . .
    }