485

Creating new node types
Prototype example code

  • Fields needed:
  • Bounce height
  • Bounce time
  • PROTO BouncingBall [
        field SFFloat bounceHeight 1.0
        field SFTime  bounceTime   1.0
    ] {
        . . .
    }