Viewpoints



#VRML V2.0 utf8

DirectionalLight {
   on TRUE
   intensity 1
   direction -2 0 -1
   color 1 1 0
}

Transform {
   translation -4 0 0
   children [
      Shape {
	 appearance Appearance {
	    material Material {
	       diffuseColor 1 1 0
	    }
	 }
	 geometry Sphere {}
      }
     ]
}

Transform {
   translation 0 0 0
   children [
      Shape {
	 appearance Appearance {
	    material Material {
	       diffuseColor 1 0 0
	    }
	 }
	 geometry Cylinder {}
      }
     ]
}

Transform {
   translation 4 0 0
   children [
      Shape {
	 appearance Appearance {
	    material Material {
	       diffuseColor 0 0 1
	    }
	 }
	 geometry Cone {}
      }
     ]
}

Transform {
   translation 0 0 -3
   children [
      Shape {
	 appearance Appearance {
	    material Material {
	       diffuseColor 1 1 1
	    }
	 }
	 geometry Box { size 20 10 .1 }
      }
     ]
}



NavigationInfo { 
   type "EXAMINE" 
   headlight FALSE
}
Background { skyColor 1 1 1 }

Viewpoint { 
   description "Left"
   position -7 0 7
   orientation 0 1 0 -.79
}

Viewpoint { 
   description "Front"
   position 0 0 9 
}

Viewpoint { 
   description "Right"
   position 7 0 7
   orientation 0 1 0 .79
}

  
(See the Orientation applet off my home page...)


mrl