24

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