#VRML V2.0 utf8 WorldInfo { title "Logo" info "By Raoul Franker" } NavigationInfo { type "EXAMINE" } PROTO logo [ exposedField SFVec3f translation 0 0 0 exposedField SFVec3f scale 1 1 1 exposedField MFString url ["index.html"] ]{ Transform{ translation IS translation scale IS scale children [ # Child 1: Box Transform { rotation 0 0 0 0 translation 0 0 0 children [ Shape { appearance Appearance { texture ImageTexture { url "frankchinees2.jpg" repeatS TRUE repeatT TRUE } } geometry Box { size 3 5 3 } } ] } # Child 2: Sphere Transform { translation 0 -2.8 0 children [ Shape { appearance Appearance { material Material { transparency 0.5 emissiveColor 0.7 0.5 0.1 } } geometry Sphere { radius 1 } } ] } # Child 3: Sphere Anchor { url IS url children [ Transform { translation 0 0 0 children [ Shape { appearance Appearance { material Material { transparency 0.5 emissiveColor 0.1 0 0 } } geometry Sphere { radius 3.8 } } ] } ] } Transform { translation 0 -3.5 0 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0.8 0.4 } } geometry Text { string "RF" maxExtent 1 fontStyle FontStyle { size 1 justify "MIDDLE" } } } ] } ] } } logo { url "index.html" } Background { skyColor 0.7 0 0 }