Assignment 3 - Hello World
To test whether your Netscape/VRML plugin combination
is working, try loading the VRML world HelloWorld.wrl
from this link. If it works, you should see a grey cube in the middle
of your screen. The actual VRML code of this file is shown below.
#VRML V2.0 utf8
# Welcome to HelloWorld.wrl
Shape {
appearance Appearance {
material Material { diffuseColor
.5 .5 .5 }
}
geometry Box { }
}
CS248: Introduction to Computer Graphics,
Pat Hanrahan, Fall 1998