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

Creating new node types
A sample prototype use
  • Fields needed:
  • Ball color and radius
  • All the spiral script fields
  • PROTO SpiralBall [
        field SFColor ballColor  1.0 1.0 1.0
        field SFFloat ballRadius 1.0
        field SFFloat cycles 1.0
        field SFFloat radius 1.0
        field SFFloat phase  0.0
        field SFFloat startHeight 1.0
        field SFFloat endHeight   0.0
        field SFFloat fractionOffset 0.0
        . . .
    ] { . . . }