Lines


----------------
Coordinate Node:
 
Coordinate {
   point [ 1 0 1, -1 0 1, -1 0 -1, 1 0 -1, 0 2 0 ]
}


----------------
Example Usage:



#VRML V2.0 utf8

Shape {
   appearance Appearance { 
      material Material { 
	 emissiveColor 0 0 0 
      } 
   }
   geometry IndexedLineSet { 
      coord Coordinate {
	 point [ 1 0 1, -1 0 1, -1 0 -1, 1 0 -1,
		 0 2 0 ]
      }
      coordIndex [ 0 1 2 3 0 -1, 
		   0 4 -1, 1 4 -1, 2 4 -1, 3 4 -1 ]
   }
}

NavigationInfo { type "EXAMINE" }

Viewpoint { description "start" position 0 1 5 }

Background { skyColor 1 1 1 }
 


mrl