#VRML V2.0 utf8 WorldInfo { title "Bird House" } PROTO BirdHouse [ field SFVec3f scale 1 1 1 field SFRotation rotation 0 0 0 0 field SFVec3f translation 0 0 0 field MFString daktextuur "AL4.jpg" field MFString hout "Wood5.jpg" field MFString url "index.html" ] { Anchor { children [ Transform { scale IS scale rotation IS rotation translation IS translation children [ # Rechthoek midden Transform { scale 0.13 0.15 0.01 children [ DEF FBOX Shape { appearance Appearance { texture ImageTexture { url IS hout } material Material { } } geometry Box { } } ] } Transform { scale 1 1 1 rotation 1 0 0 1.57 children [ Shape { appearance Appearance { material Material { diffuseColor 0 0 0 transparency 0 } } geometry Cylinder { height 0.021 radius 0.10 } } ] } # Driehoek onder Transform { scale 1 0.02 1 rotation 1 0 0 1.57 translation 0 -0.15 -0.01 children [ Shape { appearance Appearance { texture ImageTexture { url IS hout } } geometry Extrusion { crossSection [0 1, 1 0, -1 0, 0 1] solid FALSE scale 0.13 0.07 } } ] } # Driehoek boven Transform { scale 1 0.02 1 rotation 1 0 0 -1.57 translation 0 0.15 0.01 children [ Shape { appearance Appearance { texture ImageTexture { url IS hout } } geometry Extrusion { crossSection [0 1, 1 0, -1 0, 0 1] solid FALSE scale 0.13 0.036 } } ] } #Geen vogel # V1 Transform { scale 0.13 0.06 0.01 rotation 1 0 0 -1.57 translation 0 -0.14 0.06 children [ Shape { appearance Appearance { texture ImageTexture { url IS hout } } geometry Box { } } ] } # V2 Transform { scale 0.13 0.016 0.01 rotation 0 0 1.57 0 translation 0 -0.114 0.11 children [ Shape { appearance Appearance { texture ImageTexture { url IS hout } } geometry Box { } } ] } #vr0712 Transform { scale 1 1 1 translation -0.12 -0.14 0.122 children [ Shape { appearance Appearance { material Material { diffuseColor 0 0 0 } } geometry Text { string "vr0712" fontStyle FontStyle { size 0.025 } } } ] } # R Transform { scale 0.05 0.016 0.01 rotation 0 1.57 0 1.57 translation 0.12 -0.114 0.06 children [ Shape { appearance Appearance { texture ImageTexture { url IS hout } } geometry Box { } } ] } # L Transform { scale 0.05 0.016 0.01 rotation 0 1.57 0 1.57 translation -0.12 -0.114 0.06 children [ Shape { appearance Appearance { texture ImageTexture { url IS hout } } geometry Box { } } ] } # P onder Transform { scale 0.06 0.03 0.12 rotation 0 0 1.57 -1.57 translation -0.015 -0.15 0 children [ Shape { appearance Appearance { texture ImageTexture { url IS hout } } geometry Extrusion { crossSection [0 1, 1 0, 0 0, 0 1] solid FALSE } } ] } # Dak 2 Transform { rotation 0 0 1 -0.28 children [ Transform { scale 0.09 0.07 0.001 rotation 1 0 0 1.57 translation 0.037 0.18 0.062 children [ Shape { appearance Appearance { texture ImageTexture { url IS daktextuur } } geometry Box { } } ] } ] } # Dak 1 Transform { rotation 0 0 1 0.28 children [ Transform { scale 0.09 0.07 0.001 rotation 1 0 0 -1.57 translation -0.037 0.18 0.062 children [ Shape { appearance Appearance { texture ImageTexture { url IS daktextuur } } geometry Box { } } ] } ] } ] } ] url IS url } } NavigationInfo { type "EXAMINE" } BirdHouse { }