Table of Contents Chapter Index Previous Slide Next Slide 361
Using prototyped nodes

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

    DEF Ball1 SpiralBall {
        cycles 2.0
        radius 0.5
    }
    
    ROUTE Clock.fraction_changed
       TO Ball1.set_fraction