#VRML V2.0 utf8 WorldInfo { title "Floppy's VRML97 Tutorial Example 6" info ["(C) Copyright 1999 Vapour Technology" "vrmlguide@vapourtech.com"] } PROTO ickleCone [ field SFVec3f position 0 0 0 ] { Transform { translation IS position children [ Shape { appearance Appearance { material Material { diffuseColor 1 0 0 } } geometry Cone { bottomRadius 0.3 height 1 bottom FALSE } } ] } } Shape { appearance Appearance { material Material { diffuseColor 0 0.5 0 emissiveColor 0 0.8 0 transparency 0.5 } } geometry Cylinder { radius 0.35 height 3 bottom FALSE } } Transform { translation 0 -2 0 children [ Shape { appearance Appearance { texture ImageTexture { url "brick.jpg" repeatS TRUE repeatT TRUE } } geometry Box { size 4 1 4 } } ] } ickleCone { position 1.6 -1 1.6 } ickleCone { position -1.6 -1 -1.6 } ickleCone { position -1.6 -1 1.6 } ickleCone { position 1.6 -1 -1.6 } Anchor { children [ Transform { translation 0 2.25 0 children [ Shape { appearance Appearance { texture ImageTexture { url "me.jpg" } } geometry Sphere { radius 0.75 } } ] } ] description "Back to the Tutorial" url "../tut6.html" } Transform { translation 0 -2.2 2.01 children [ Shape { appearance Appearance { material Material { diffuseColor 0 1 0 } } geometry Text { string "FloppyWorld" fontStyle FontStyle { size 0.8 justify "MIDDLE" } } } ] }
© Copyright 1999 Vapour Technology - vrmlguide@vapourtech.com - http://www.vapourtech.com/vrmlguide