Study/VRML 6월 16일 수업 내용 코딩하는 야구쟁이 2011. 11. 15. 19:45 #VRML V2.0 utf8 Shape { geometry Box { size 10 0.1 0.1 } appearance Appearance { material Material { diffuseColor 1 0 0 } } } Shape { geometry Box { size 0.1 10 0.1 } appearance Appearance { material Material { diffuseColor 0 1 0 } } } Shape { geometry Box { size 0.1 0.1 10 } appearance Appearance { material Material { diffuseColor 0 0 1 } } } Transform { center 2 0 0 translation -1.5 1 0 children [ Shape { geometry Cylinder { height 1 radius 1 } appearance Appearance { material Material { diffuseColor 1.0 0.0 0.0 } } } ] } Transform { center 2 0 0 translation -1.5 -1 0 children [ Shape { geometry Cylinder { height 1 radius 1 } appearance Appearance { material Material { diffuseColor 0.0 1.0 0.0 } } } ] } Transform { center 2 0 0 translation 0 0 -2 children [ Shape { geometry Cylinder { height 1 radius 1 } appearance Appearance { material Material { diffuseColor 1.0 1.0 1.0 } } } ] } Transform { center 2 0 0 translation 1.5 1 0 children [ Shape { geometry Cylinder { height 1 radius 1 } appearance Appearance { material Material { diffuseColor 1.0 1.0 0.0 } } } ] } Transform { center 2 0 0 translation 1.5 -1.0 0 children [ Shape { geometry Cylinder { height 1 radius 1 } appearance Appearance { material Material { diffuseColor 0.0 0.0 1.0 } } } ] } </textarea?</div> second.wrl