Titles, Navigation, Viewpoint 

# Set a page title
WorldInfo {
    title "James is Testing VRML"
}

# Set viewer to examiner
NavigationInfo {
    type "EXAMINE"
}

# Set some viewpoints
Viewpoint {
    position 0 0 10
    orientation 0 0 1 0
    description "Front"
}
Viewpoint {
    position 0 10 0
    orientation 1 0 0 -1.57
    description "Top"
}
 


Slide 17