Grouping nodes
Syntax: Anchor
- An Anchor node
creates a group that acts as a clickable anchor
- Every child node in the group is displayed
- Clicking any child follows a URL
- A description names the anchor
Anchor {
url "stairwy.wrl"
description "Twisty Stairs"
children [ . . . ]
}