Table of contents Chapter index Previous slide Next slide 24
Using fields and values

Building a VRML world
Using fields and values
Cylinder {
    height 2.0
    radius 1.5
}

  • Fields describe node attributes

  • Every field has:
  • A field name (height, radius, etc.)
  • A data type (float, integer, etc.)
  • A default value