#VRML V2.0 utf8 PROTO logo [ exposedField MFString url [ "index.html" ] exposedField SFVec3f translation 0 0 0 exposedField SFVec3f scale 1 1 1 ]{ WorldInfo { title "Logo" info ["(C) Copyright 2007 V.G. Stolte & " "Nick Peterman"] } NavigationInfo { headlight TRUE type "EXAMINE" } Anchor { children [ Group { children [ Shape { appearance Appearance { texture ImageTexture { url "Vincent_klaar.jpg" } } geometry IndexedFaceSet { coord DEF COORD Coordinate { point [ 1 -1 -1, -1 -1 -1, -1 -1 1, 1 -1 1, 1 1 -1, -1 1 -1, -1 1 1, 1 1 1 ] } coordIndex [ 3 2 1 0 -1 ] texCoord DEF TEXCOORD TextureCoordinate { point [ 0 0, 1 0, 1 1, 0 1 ] } } } Shape { appearance Appearance { texture ImageTexture { url "Vu_logo2.jpg" } } geometry IndexedFaceSet { coord DEF COORD1 Coordinate { point [ 1 -1 -1, -1 -1 -1, -1 -1 1, 1 -1 1, 1 1 -1, -1 1 -1, -1 1 1, 1 1 1 ] } coordIndex [ 4 0 1 5 -1 ] } } Shape { appearance Appearance { texture ImageTexture { url "Photo-0004.jpg" } } geometry IndexedFaceSet { coord DEF COORD3 Coordinate { point [ 1 -1 -1, -1 -1 -1, -1 -1 1, 1 -1 1, 1 1 -1, -1 1 -1, -1 1 1, 1 1 1 ] } coordIndex [ 3 7 6 2 -1 ] } } Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } geometry IndexedFaceSet { coord DEF COORD2 Coordinate { point [ 1 -1 -1, -1 -1 -1, -1 -1 1, 1 -1 1, 1 1 -1, -1 1 -1, -1 1 1, 1 1 1 ] } coordIndex [ 1 2 6 5 -1 ] } } Shape { appearance Appearance { material Material { diffuseColor 0 0 1 } } geometry IndexedFaceSet { coord DEF COORD4 Coordinate { point [ 1 -1 -1, -1 -1 -1, -1 -1 1, 1 -1 1, 1 1 -1, -1 1 -1, -1 1 1, 1 1 1 ] } coordIndex [ 3 0 4 7 -1 ] } } Shape { appearance Appearance { material Material { diffuseColor 1 1 1 } } geometry IndexedFaceSet { coord DEF COORD5 Coordinate { point [ 1 -1 -1, -1 -1 -1, -1 -1 1, 1 -1 1, 1 1 -1, -1 1 -1, -1 1 1, 1 1 1 ] } coordIndex [ 4 5 6 7 -1 ] } } ] } ] description "beschrijving" url "http://www.few.vu.nl/~vr0701" } Anchor { children [ Transform { translation -2.3 0 -0.5 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 emissiveColor 1 .5 0 } } geometry Text { string "Vincent" fontStyle FontStyle { size 0.5 justify "MIDDLE" } } } ] } ] description "beschrijving" url "http://www.few.vu.nl/~vse200" } Anchor { children [ Transform { translation 1.5 0 -0.5 children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 emissiveColor 1 .5 0 } } geometry Text { string " Nick" fontStyle FontStyle { size 0.5 justify "MIDDLE" } } } ] } ] description "beschrijving" url "http://www.few.vu.nl/~npeterm" } # END OF LOGO, FINISHING LINK TAG ##|| transforms cascade Transform { translation 0 -0.8 1.1 children [ Text { string "" } ] } ## end all } ## end Transform ## end PROTO ##@ instance logo { url "index.html" } ##@ background and viewpoint Viewpoint { position -4 2 10 } Background { skyColor 0.5 0.5 1 } ##