tut12a.wrl

#VRML V2.0 utf8

WorldInfo {
	title "Floppy's VRML97 Tutorial Example 12a"
	info ["(C) Copyright 1999 Vapour Technology"
 	        "vrmlguide@vapourtech.com"]
}

NavigationInfo {
	headlight FALSE
	type "EXAMINE"
}

DirectionalLight {
	ambientIntensity 0.75
	intensity 1
	color 0 1 0
	direction 0 -1 1
}

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

Transform {
	translation 2.5 0 0
	children [
		DirectionalLight {
			ambientIntensity 0.75
			intensity 1
			color 1 0 0
			direction 0 -1 -1
		}
		Shape {
			appearance Appearance {
				material Material {
					diffuseColor 1 1 1
				}
			}
			geometry Sphere {
				radius 2
			}
		}
	]
}

Generated by GNU enscript 1.6.1.

© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com