www.pudn.com > vrmlExample.rar > 3-2-5.wrl


#VRML V2.0 utf8 
Viewpoint 
{ 
	position 0 0 9 
	description "viewFront" 
} 
Shape  
{ 
	appearance Appearance  
	{ 
        	material Material  
		{ 
			diffuseColor 1 0 0 
		} 
    	} 
	geometry Box  
	{ 
        	size 1.0 1.0 1.0 
    	} 
} 
Shape  
{ 
	appearance Appearance  
	{ 
        material Material  
	{ 
		diffuseColor 0 1 0 
	} 
	} 
	geometry Sphere  
	{ 
        	radius 0.7 
    	} 
} 
Shape  
{ 
	appearance Appearance  
	{ 
  		material Material  
		{ 
			diffuseColor 0 0 1 
		} 
    	} 
	geometry Cylinder  
	{ 
        	radius 1.25 
	        height 0.05 
    	} 
} 
Shape  
{ 
	appearance Appearance  
	{ 
        	material Material  
		{ 
			diffuseColor 1 1 0 
		} 
    	} 
    	geometry Cylinder  
	{ 
        	radius 0.4 
	        height 2.0 
    	} 
} 
Shape  
{ 
	appearance Appearance  
	{ 
        	material Material  
		{ 
			diffuseColor 1 0 1 
		} 
    	} 
	geometry Cylinder  
	{ 
        	radius 0.3 
	        height 3.0 
    	} 
} 
Shape  
{ 
	appearance Appearance  
	{ 
        	material Material  
		{ 
			diffuseColor 0 1 1 
		} 
    	} 
	geometry Cylinder  
	{ 
        	radius 0.1 
	        height 6.0 
    	} 
}