Table of Contents Chapter Index Previous Slide Next Slide 367
A sample prototype use

Creating new node types
A sample prototype use
  • Body needed
  • A group containing all nodes
  • A ball shape inside a transform
  • A spiral path script
  • Route from spiral to ball
  • PROTO SpiralBall [ . . . ] {
        Group {
            children [
                DEF Ball Transform { . . . }
                DEF Spiral Script { . . . }
            ]
        }
        ROUTE . . .
    }