#VRML V2.0 utf8 # Polly Walker and her Mama - copyright Ken Perlin 3/97 Group { children [ #title WorldInfo { title "Polly Walker and her Mom (VRML without scripts) - Ken Perlin, March 1997" } #lights NavigationInfo { headlight FALSE } DirectionalLight { intensity .8 color .6 .6 1 direction 0 -1 0 ambientIntensity .3 } DirectionalLight { intensity .7 color .4 .6 .2 direction 0 1 0 } #camera Viewpoint { position 0 1 10 } #action Inline { url "mama.wrl" } #background Background { skyColor .1 .1 .3 } Shape { appearance Appearance { material Material { diffuseColor .2 .4 .1 } } geometry Box { size 20 .01 20 } } ] }