#VRML V2.0 utf8 DEF TecfaFolks Group { children [ # the boss Anchor { url "http://tecfa.unige.ch/tecfa-people/mendelsohn.html" description "A link to the Home Page of the Boss" children [ Transform { translation 0 0 0 children [ Shape { appearance Appearance { texture ImageTexture { url "../common/tecfa/mendelsohn.gif" } } geometry Box {size 1 1 1 } } ] } ] } # me Anchor { url "http://tecfa.unige.ch/tecfa-people/schneider.html" description "A link to the authors Home Page" children [ Transform { translation 1.1 0 0 children [ Shape { appearance Appearance { texture ImageTexture { url "../common/tecfa/schneider.gif" } } geometry Sphere { radius 0.5 } } ] } ] } # dill Anchor { url "http://tecfa.unige.ch/tecfa-people/dillenbourg.html" description "A link to P.Dillenbourg" children [ Transform { translation -1.1 0 0 children [ Shape { appearance Appearance { texture ImageTexture { url "../common/tecfa/dillenbourg.gif" } } geometry Cone { bottomRadius 0.5 height 1 } } ] } ] } # peraya Anchor { url "http://tecfa.unige.ch/tecfa-people/peraya.html" description "A link to D.Peraya's Page" children Transform { translation -2.2 0 0 children [ Shape { appearance Appearance { texture ImageTexture { url "../common/tecfa/peraya.gif" } } geometry Cylinder { radius 0.5 height 1 } } ] } } ] # childen }