www.pudn.com > vrmlExample.rar > 5-1.wrl


#VRML V2.0 utf8 
Viewpoint 
{ 
	position 0 0 7 
	description "Entry" 
} 
Group 
{ 
	children 
	[ 
		Shape 
		{ 
			appearance DEF RED_ Appearance 
			{ 
				material Material 
				{ 
					diffuseColor 1.0 0.0 0.0 
				} 
			} 
			geometry Box 
			{ 
				size 1.0 1.0 1.0 
			} 
		} 
		Shape 
		{ 
			appearance USE RED_ 
			geometry Cone 
			{ 
				bottomRadius 1.0 
				height 3.0 
			} 
		}		 
	]	 
} 
Group 
{ 
	children 
	[ 
		Transform 
		{ 
			translation 3.0 0.0 0.0 
			children  
			[  
				Shape 
				{ 
					appearance DEF RED_ Appearance 
					{ 
						material Material 
						{ 
							diffuseColor 1.0 1.0 0.0 
						} 
					} 
					geometry Box 
					{ 
						size 1.0 1.0 1.0 
					} 
				} 
				Shape 
				{ 
					appearance USE RED_ 
					geometry Cone 
					{ 
						bottomRadius 1.0 
						height 3.0 
					} 
				} 
			] 
		} 
	] 
} 
Group 
{ 
	children 
	[ 
		Transform 
		{ 
			translation -3.0 0.0 0.0 
			children  
			[  
				Shape 
				{ 
					appearance DEF RED_ Appearance 
					{ 
						material Material 
						{ 
							diffuseColor 1.0 1.0 0.0 
						} 
					} 
					geometry Box 
					{ 
						size 1.0 1.0 1.0 
					} 
				} 
				Shape 
				{ 
					appearance USE RED_ 
					geometry Cone 
					{ 
						bottomRadius 1.0 
						height 3.0 
					} 
				} 
			] 
		} 
	] 
}