#VRML V2.0 utf8 DEF TheNavigationInfo NavigationInfo { avatarSize [ 0.25, 1.6, 0.75 ] type [ "FLY", "ANY" ] headlight TRUE speed 5 } DEF TheEntryView Viewpoint { position 0 5 40 orientation 0 1 0 0 fieldOfView 0.785398 description "Entry" } # ETAGERE AVEC BOBINES Transform { translation 0 0 0 rotation 0 1 0 0 children [ Transform { #FOND DE L'ARMOIRE translation 0 0 0 rotation 1 0 0 0 children [ Shape { appearance Appearance { material Material { diffuseColor 0.2 0.2 0.2 shininess 1 } } geometry Box { size 10 16 0.1 } } ] } Transform { #BORD GAUCHE DE L'ARMOIRE translation 5 0 2.5 children [ Shape { appearance Appearance { material Material { diffuseColor 0.2 0.2 0.2 shininess 1 } } geometry Box { size 0.1 16 5 } } ] } Transform { #BORD DROIT DE L'ARMOIRE translation -5 0 2.5 children [ Shape { appearance Appearance { material Material { diffuseColor 0.2 0.2 0.2 shininess 1 } } geometry Box { size 0.1 16 5 } } ] } Transform { #SOMMET DE L'ARMOIRE translation 0 8 2.5 children [ Shape { appearance Appearance { material Material { diffuseColor 0.2 0.2 0.2 shininess 1 } } geometry Box { size 10 0.2 5 } } ] } Transform { #ETAGERE DU HAUT translation 0 3 2.5 children [ Shape { appearance Appearance { material Material { diffuseColor 0.2 0.2 0.2 shininess 1 } } geometry Box { size 10 0.2 5 } } ] } Transform { #ETAGERE DU MILIEU translation 0 -2 2.5 children [ Shape { appearance Appearance { material Material { diffuseColor 0.2 0.2 0.2 shininess 1 } } geometry Box { size 10 0.2 5 } } ] } Transform { #BAS DE L'ARMOIRE translation 0 -7.5 2.5 children [ Shape { appearance Appearance { material Material { diffuseColor 0.2 0.2 0.2 shininess 1 } } geometry Box { size 10 0.2 5 } } ] } ] }