www.pudn.com > vrmlExample.rar > 4-1-2.wrl


#VRML V2.0 utf8 
Group 
{ 
	children 
	[ 
		NavigationInfo 
		{ 
			headlight FALSE 
		} 
		PointLight 
		{ 
			on TRUE 
			intensity 0.8 
			ambientIntensity 0.2	 
			location -7.0 7.0 7.0 
			color 1.0 0.0 0.0 
			radius 25 
		} 
		Viewpoint 
		{ 
			position 0 0 5.0 
			description "viewSide" 
		} 
		Transform 
		{ 
			rotation 1.0 1.0 0.0 0.72 
			children 
			[ 
				Shape 
				{ 
					appearance Appearance 
					{ 
						material Material 
						{ 
							diffuseColor 1.0 1.0 1.0 
						} 
					} 
					geometry Box 
					{ 
						size 2.0 2.0 2.0 
					} 
				} 
			] 
		} 
	] 
}