Table of Contents Chapter Index Previous Slide Next Slide 307

Creating New Node Types


Understanding Prototype Bodies

  • PROTO defines:
  • body - nodes and routes for the new node type
  • PROTO Robot [ . . .  ] {
        Group {
            children [ . . . ]
        }
        DEF Animator Script { . . . }
        ROUTE . . .
    }