Table of contents Chapter index Previous slide Next slide 463
Using prototyped nodes

Creating new node types
Using prototyped nodes
  • The new node type can be used like any other type

    BouncingBall {
        bounceHeight  3.0
        cycleInterval 2.0
    }