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

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