Table of Contents Chapter Index Previous Slide Next Slide 91
Understanding Anchors

Adding Anchors to Your World

Understanding Anchors
  • The Anchor node creates a group
  • Every child node in the group is displayed
  • Selecting any child jumps to VRML file specified by URL
  • The anchor can have a description string
  • Anchor {
        url "stairway.wrl"
        description "Floating Stairs"
        children [ . . . ]
    }