Table of contents Chapter index Previous slide Next slide 467
A sample prototype use

Creating new node types
A sample prototype use
  • Fields needed:
  • Bounce height
  • Cycle interval
  • PROTO BouncingBall [
        field SFFloat bounceHeight 1.0
        field SFTime  cycleInterval 1.0
    ] {
        . . .
    }