tut26a.wrl
#VRML V2.0 utf8
WorldInfo {
title "Floppy's VRML97 Tutorial Example 2.6a"
info ["(C) Copyright 2000 Vapour Technology Ltd."
"guide@web3dguide.org.uk"]
}
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.