Study/VRML 4월 12일 수업내용 - 2 코딩하는 야구쟁이 2011. 11. 15. 19:36 VRML V2.0 utf8 Viewpoint { position 0 0 15 jump FALSE description "front_1" } Viewpoint { position 15 0 15 orientation 0 1 10 0.785 jump FALSE description "front_2" } Viewpoint { position 0 13 13 orientation 1 0 0 -0.785 jump FALSE description "front_3" } Viewpoint { position -11 0 11 orientation 0 1 0 -0.785 jump FALSE description "front_4" } Viewpoint { position 0 -9 9 orientation 1 0 0 0.785 jump FALSE description "front_5" } Viewpoint { position 7 0 7 orientation 0 1 0 0.785 jump FALSE description "front_6" } Viewpoint { position 0 5 5 orientation 1 0 0 -0.785 jump FALSE description "front_7" } Viewpoint { position -3 0 3 orientation 0 1 0 -0.785 jump FALSE description "front_8" } Viewpoint { position 0 -1 1 orientation 0 1 0 0.785 jump FALSE description "front_9" } Viewpoint { position 0.1 0 0.1 orientation 0 1 0 0.785 jump FALSE description "front_10" } Transform { translation -3 -1 0 children [ Shape { geometry Text { string "Dept. of Multimedia" fontStyle FontStyle { style "ITALIC" } } appearance Appearance { material Material { diffuseColor 1 1 0 } } } ] } 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 } } } 1.first.wrl #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 -2 0 0 children [ Shape { geometry Cylinder { height 1 radius 1 } appearance Appearance { material Material { diffuseColor 1.0 0.0 0.0 } } } ] } 2.second.wrl