#VRML V2.0 utf8 WorldInfo { title "MMA Assignment 1" info ["Aäron Jansen" "Studentnumber: 1262602" "Studying: AI" "ajansen@few.vu.nl"] } # Proto for the logo... PROTO logo [ exposedField MFString url [ "index.html" ] exposedField SFVec3f translation 0 0 0 exposedField SFVec3f scale 1 1 1 ] { Transform { #translation IS translation #scale IS scale children [ Anchor { url IS url children [ Shape { appearance Appearance { texture ImageTexture { url "earth1-texture.jpg" } } geometry Sphere { radius 0.75 } } ] description "Back to Home" } Transform { translation 0 -1.2 2.01 children [ Shape { appearance Appearance { material Material { diffuseColor 1 1 1 } } geometry Text { string "Aaron's World" fontStyle FontStyle { size 0.5 family "SANS" style "BOLD" justify "MIDDLE" } } } ] } ] } } logo { url "../index.html" } Viewpoint { position 0 0 10 } Background { skyColor 0.2 0.5 0.5 }