## ##:@+ logo ##@ logo PROTO logo [ exposedField MFString url [ "index.html" ] exposedField MFString img [ "logo.jpg" ] exposedField SFVec3f translation 0 0 0 exposedField SFVec3f scale 1 1 1 ]{ ##@ body Transform { translation IS translation scale IS scale children [ ##@ elements Anchor { url IS url children [ Shape { geometry Sphere { } ## default appearance Appearance { texture ImageTexture { url IS img } } } ] } ## end Anchor ##@ transforms cascade Transform { translation 0 -0.8 1.1 children [ Text { string "AE" } ] } ##@ end all ] } ## end Transform } ## end PROTO ##@ instance logo { url "web3d-index.html" img "@walk.gif" translation 4 -2 0 } ##@ background and viewpoint Viewpoint { position 0 0 10 } Background { skyColor 0.2 0.5 0.5 } ##