#VRML V2.0 utf8 #太陽光源の設定(複数可) DirectionalLight { direction -1 -1 -1 #光の方向 ambientIntensity 0.7 #環境光の明るさ(この値は変更禁止) } #視点の設定(複数可) Viewpoint { description "front" #視点の名前 position 5 -1 10 #視点の位置 orientation 0 0 1 0 #視線の方向 } #direction 0.0186 -0.0072 -0.9998 Viewpoint { orientation -0.362 -0.9322 0.0052 0.0199 position 3.6333 -0.8954 19.0307 description "entire" } #direction -0.9997 -0.0004 0.0238 Viewpoint { orientation -0.0002 1 0.0002 1.5946 position 30.0315 -6.8918 -13.9209 description "right" } #direction 0.9984 0.0422 0.0371 Viewpoint { orientation 0.0193 -0.9996 0.0221 1.6084 position -20.8999 -5.7651 -13.8694 description "left" } #direction 0.4911 -0.703 -0.5144 Viewpoint { orientation -0.6327 -0.6878 -0.3557 1.1107 position -11.0551 19.6476 0.6337 description "sky" } #背景の設定 Background { skyColor [0 0.1 0.3] #背景色のRGB } #文字の記述と配置(複数可) Transform { rotation 1 0 0 0 #回転 translation 2 1.5 -10 #平行移動 scale 1 1 1 #スケール変換 children [ Shape { geometry Text { string ["2008.7.2"] #表示する文字列.カンマで改行. fontStyle FontStyle { size 0.5 #文字のサイズ(高さ).単位m justify "BEGIN" #左揃え(中央ぞろえは"MIDDLE") } } appearance Appearance { material Material { diffuseColor 1 5 1 #拡散反射光の色 ambientIntensity 0.2 #環境光の強さ(この値は変更禁止) } } } ] } ## 提出条件1 「3次元形状を3個以上組み合わせる」 ## 提出条件2 「平行移動 スケール変換 回転をすべて使う」 ## 提出条件3 「背景・視点・光源を設定する」 ## 提出条件4 「視点を3つ以上指定する」 ## 提出条件5 「制作年月日を見えるところに配置」 ## 条件1  3つ以上使用。以下参照↓ ## 条件2  ■平行移動…ほぼ全て ■スケール変換…3666行目 ■回転…296行目 ## 条件3   上記参照。  ## 条件4   上記参照。 ## 条件5 上記参照。(初期値から見える位置に指定) ############################################################################### ############################################################################### ############################################################################### 柱 左前 Transform{ translation 0 -5 -10 children [ Shape { geometry Cylinder {height 8 radius 1.1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 Transform{ translation 0 0 -10 children [ Shape { geometry Cylinder {height 2 radius 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 出 Transform{ translation 0 0.9 -10 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ############################################################################### 柱2 出 Transform{ translation 0 0.7 -10 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ###############################################################################柱・出・(円×2)×3 Transform{ translation 0 -1.4 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -1.8 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -4 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -3.6 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -6.2 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -6.6 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ###############################################################################円柱・屋根 Transform{ translation 0 2 -10 children [ Shape { geometry Cone {height 3 bottomRadius 1 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################円柱・屋根・装飾 Transform{ translation 0 3.4 -10 children [ Shape { geometry Cylinder {height 0.05 radius 0.1 } appearance Appearance { material Material {diffuseColor 0 1 1} } } ] } ###############################################################################円柱・屋根・玉 Transform{ translation 0 3.6 -10 children [ Shape { geometry Sphere {radius 0.1 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ###############################################################################柱・間・(角×4)×3 Transform{ translation 0 -1.6 -10 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -1.6 -10 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -1.6 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -1.6 -10 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -10 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -10 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -10 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -10 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -10 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -10 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ###############################################################################柱・出・(縦×2)×3 Transform{ translation 0 -7.8 -10 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -7.8 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -5.1 -10 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -5.1 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -2.7 -10 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -2.7 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 0 -8 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -8 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7.2 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7.2 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7 -10 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7 -10 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -6.9 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・中段 Transform{ translation 0 -5.3 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -5.3 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.5 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.5 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.3 -10 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.3 -10 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.2 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・上段 Transform{ translation 0 -3 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -3 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.4 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.4 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.2 -10 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.2 -10 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.1 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.9 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.5 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 0 -7.95 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 2 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } Transform{ translation 0 -5.2 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.9 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ############################################################################### ############################################################################### ############################################################################### 柱・右前 Transform{ translation 7 -5 -10 children [ Shape { geometry Cylinder {height 8 radius 1.1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 Transform{ translation 7 0 -10 children [ Shape { geometry Cylinder {height 2 radius 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 出 Transform{ translation 7 0.9 -10 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ############################################################################### 柱2 出 Transform{ translation 7 0.7 -10 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ###############################################################################柱・出・(円×2)×3 Transform{ translation 7 -1.4 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -1.8 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -4 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -3.6 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -6.2 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -6.6 -10 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ###############################################################################円柱・屋根 Transform{ translation 7 2 -10 children [ Shape { geometry Cone {height 3 bottomRadius 1 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################円柱・屋根・装飾 Transform{ translation 7 3.4 -10 children [ Shape { geometry Cylinder {height 0.05 radius 0.1 } appearance Appearance { material Material {diffuseColor 0 1 1} } } ] } ###############################################################################円柱・屋根・玉 Transform{ translation 7 3.6 -10 children [ Shape { geometry Sphere {radius 0.1 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ###############################################################################柱・間・(角×4)×3 Transform{ translation 7 -1.6 -10 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -1.6 -10 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -1.6 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -1.6 -10 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -10 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -10 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -10 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -10 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -10 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -10 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ###############################################################################柱・出・(縦×2)×3 Transform{ translation 7 -7.8 -10 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -7.8 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -5.1 -10 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -5.1 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -2.7 -10 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -2.7 -10 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 7 -8 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -8 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7.2 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7.2 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7 -10 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7 -10 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -6.9 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・中段 Transform{ translation 7 -5.3 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -5.3 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.5 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.5 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.3 -10 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.3 -10 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.2 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・上段 Transform{ translation 7 -3 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -3 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.4 -10 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.4 -10 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.2 -10 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.2 -10 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.1 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.9 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.5 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 7 -7.95 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 2 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } Transform{ translation 7 -5.2 -10 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.9 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ############################################################################### ############################################################################### ############################################################################### 柱 左後ろ Transform{ translation 0 -5 -17 children [ Shape { geometry Cylinder {height 8 radius 1.1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 Transform{ translation 0 0 -17 children [ Shape { geometry Cylinder {height 2 radius 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 出 Transform{ translation 0 0.9 -17 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ############################################################################### 柱2 出 Transform{ translation 0 0.7 -17 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ###############################################################################柱・出・(円×2)×3 Transform{ translation 0 -1.4 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -1.8 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -4 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -3.6 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -6.2 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0 -6.6 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ###############################################################################円柱・屋根 Transform{ translation 0 2 -17 children [ Shape { geometry Cone {height 3 bottomRadius 1 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################円柱・屋根・装飾 Transform{ translation 0 3.4 -17 children [ Shape { geometry Cylinder {height 0.05 radius 0.1 } appearance Appearance { material Material {diffuseColor 0 1 1} } } ] } ###############################################################################円柱・屋根・玉 Transform{ translation 0 3.6 -17 children [ Shape { geometry Sphere {radius 0.1 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ###############################################################################柱・間・(角×4)×3 Transform{ translation 0 -1.6 -17 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -1.6 -17 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -1.6 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -1.6 -17 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -17 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -17 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -3.8 -17 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -17 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -17 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 0 -6.4 -17 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ###############################################################################柱・出・(縦×2)×3 Transform{ translation 0 -7.8 -17 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -7.8 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -5.1 -17 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -5.1 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -2.7 -17 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 0 -2.7 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 0 -8 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -8 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7.2 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7.2 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7 -17 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -7 -17 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -6.9 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・中段 Transform{ translation 0 -5.3 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -5.3 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.5 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.5 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.3 -17 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.3 -17 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -4.2 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・上段 Transform{ translation 0 -3 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -3 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.4 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.4 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.2 -17 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.2 -17 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.1 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 0 -2.9 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.5 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 0 -7.95 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 2 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } Transform{ translation 0 -5.2 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.9 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ############################################################################### ############################################################################### ############################################################################### 柱 右後ろ Transform{ translation 7 -5 -17 children [ Shape { geometry Cylinder {height 8 radius 1.1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 Transform{ translation 7 0 -17 children [ Shape { geometry Cylinder {height 2 radius 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 柱2 出 Transform{ translation 7 0.9 -17 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ############################################################################### 柱2 出 Transform{ translation 7 0.7 -17 children [ Shape { geometry Cylinder {height 0.1 radius 1.05 } appearance Appearance { material Material {diffuseColor 1 0.6 0} } } ] } ###############################################################################柱・出・(円×2)×3 Transform{ translation 7 -1.4 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -1.8 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -4 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -3.6 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -6.2 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7 -6.6 -17 children [ Shape { geometry Cylinder {height 0.2 radius 1.2 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ###############################################################################円柱・屋根 Transform{ translation 7 2 -17 children [ Shape { geometry Cone {height 3 bottomRadius 1 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################円柱・屋根・装飾 Transform{ translation 7 3.4 -17 children [ Shape { geometry Cylinder {height 0.05 radius 0.1 } appearance Appearance { material Material {diffuseColor 0 1 1} } } ] } ###############################################################################円柱・屋根・玉 Transform{ translation 7 3.6 -17 children [ Shape { geometry Sphere {radius 0.1 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ###############################################################################柱・間・(角×4)×3 Transform{ translation 7 -1.6 -17 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -1.6 -17 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -1.6 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -1.6 -17 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -17 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -17 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -3.8 -17 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -17 rotation 0 1 0 1.57 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -17 rotation 0 1 0 -0.78 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } Transform{ translation 7 -6.4 -17 children [ Shape { geometry Box{size 0.2 0.2 2.4 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ###############################################################################柱・出・(縦×2)×3 Transform{ translation 7 -7.8 -17 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -7.8 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2.39 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -5.1 -17 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -5.1 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 2 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -2.7 -17 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } Transform{ translation 7 -2.7 -17 rotation 0 1 0 0.78 children [ Shape { geometry Box{size 0.2 1.6 2.3 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 7 -8 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -8 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.92 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7.2 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7.2 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7 -17 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -7 -17 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -6.9 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・中段 Transform{ translation 7 -5.3 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -5.3 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.9 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.5 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.5 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.3 -17 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.3 -17 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -4.2 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ###############################################################################柱・出・窓枠・上段 Transform{ translation 7 -3 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -3 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.1 1.5 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.4 -17 rotation 0 1 0 0.19 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.4 -17 rotation 0 1 0 0.59 children [ Shape { geometry Box{size 0.2 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.2 -17 rotation 0 1 0 0.24 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.2 -17 rotation 0 1 0 0.55 children [ Shape { geometry Box{size 0.1 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.1 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.3 0.1 2.3 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } Transform{ translation 7 -2.9 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.5 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ###############################################################################柱・出・窓枠・下段 Transform{ translation 7 -7.95 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 2 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } Transform{ translation 7 -5.2 -17 rotation 0 1 0 0.39 children [ Shape { geometry Box{size 0.45 1.9 2.2 } appearance Appearance { material Material {diffuseColor 0 0.8 1 transparency 0.4} } } ] } ############################################################################### 床 Transform{ translation 3.6 -9 -13.6 children [ Shape { geometry Box {size 10 0.1 10 } appearance Appearance { material Material {diffuseColor 0 1 0 transparency 0.4} } } ] } ############################################################################### 中枢 Transform{ translation 3.6 -7.5 -13.6 children [ Shape { geometry Box {size 6.8 3 6.8 } appearance Appearance { material Material {diffuseColor 1 1 1.2} } } ] } ############################################################################### 中枢 赤角 Transform{ translation 3.6 -7.6 -14.5 children [ Shape { geometry Box {size 7 2.4 0.2 } appearance Appearance { material Material {diffuseColor 1 0.3 0.3} } } ] } ############################################################################### 中枢 赤角 Transform{ translation 3.6 -7.6 -12.5 children [ Shape { geometry Box {size 7 2.4 0.2 } appearance Appearance { material Material {diffuseColor 1 0.3 0.3} } } ] } ############################################################################### 中枢 赤角 後ろ Transform{ translation 2.6 -7.6 -14.1 children [ Shape { geometry Box {size 0.2 2.4 6 } appearance Appearance { material Material {diffuseColor 1 0.3 0.3} } } ] } ############################################################################### 中枢 赤角 後ろ Transform{ translation 4.6 -7.6 -14.1 children [ Shape { geometry Box {size 0.2 2.4 6 } appearance Appearance { material Material {diffuseColor 1 0.3 0.3} } } ] } ############################################################################### 中枢 下角 Transform{ translation 3.6 -8.89 -13.6 children [ Shape { geometry Box {size 7.1 0.2 7.1 } appearance Appearance { material Material {diffuseColor 1 1 1.2} } } ] } ############################################################################### 中枢 上角 Transform{ translation 3.6 -6.1 -13.6 children [ Shape { geometry Box {size 7.1 0.2 7.1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 中枢 中角 Transform{ translation 3.6 -6.7 -13.8 children [ Shape { geometry Box {size 7.1 0.2 6.8 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 中枢2階 床 Transform{ translation 3.6 -6 -13.6 children [ Shape { geometry Box {size 5 0.2 5 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢2階 Transform{ translation 3.6 -4.5 -13.6 children [ Shape { geometry Box {size 4.8 3 4.8 } appearance Appearance { material Material {diffuseColor 1.2 1.2 1.2} } } ] } ############################################################################### 中枢2階 角 Transform{ translation 3.6 -3.11 -13.6 children [ Shape { geometry Box {size 4.9 0.1 4.9 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢2階    ########## ●凸凹前● Transform{ scale 6 0.2 0.2 translation 3.6 -5.9 -10.1 children [ Shape { geometry Box {size 1 1 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 3.6 -5.7 -10.2 children [ Shape { geometry Box {size 6 0.2 0.2 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 1.2 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 1.8 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 2.4 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 3 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 3.6 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 4.2 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 4.8 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 5.4 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 6 -5.6 -10.3 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } ############################################################################### 中枢2階    ########## ●凸凹後● Transform{ scale 6 0.2 0.2 translation 3.6 -5.9 -17 children [ Shape { geometry Box {size 1 1 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 3.6 -5.7 -17 children [ Shape { geometry Box {size 6 0.2 0.2 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 1.2 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 1.8 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 2.4 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 3 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 3.6 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 4.2 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 4.8 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 5.4 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 6 -5.6 -16.9 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } ############################################################################### 中枢2階    ########## ●凸凹左● Transform{ scale 0.2 0.2 6 translation 0.2 -5.9 -13.5 children [ Shape { geometry Box {size 1 1 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 0.2 -5.7 -13.5 children [ Shape { geometry Box {size 0.2 0.2 6 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -15.6 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -15 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -14.4 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -13.8 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -13.2 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -12.6 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -12 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 0.3 -5.6 -11.4 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } ############################################################################### 中枢2階    ########## ●凸凹右● Transform{ scale 0.2 0.2 6 translation 7 -5.9 -13.5 children [ Shape { geometry Box {size 1 1 1 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } Transform{ translation 7.1 -5.7 -13.5 children [ Shape { geometry Box {size 0.2 0.2 6 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -15.6 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -15 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -14.4 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -13.8 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -13.2 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -12.6 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -12 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } Transform{ translation 7 -5.6 -11.4 children [ Shape { geometry Box {size 0.4 0.4 0.4 } appearance Appearance { material Material {diffuseColor 0.3 0.3 1} } } ] } ############################################################################### ############################################################################### 中枢 角 左前・柱 Transform{ translation 1.2 -4.51 -11.2 children [ Shape { geometry Cylinder {height 3 radius 0.2 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ############################################################################### 中枢 柱 玉 Transform{ translation 1.2 -2.5 -11.2 children [ Shape { geometry Sphere {radius 0.4 } appearance Appearance { material Material {diffuseColor 0.6 1 0.2} } } ] } ############################################################################### 中枢 柱 玉環 Transform{ translation 1.2 -2.5 -11.2 children [ Shape { geometry Cylinder {height 0.1 radius 0.45 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -5.9 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -5.8 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -2.9 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -3 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### ############################################################################### 中枢 角 右前・柱 Transform{ translation 6 -4.51 -11.2 children [ Shape { geometry Cylinder {height 3 radius 0.2 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ############################################################################### 中枢 柱 玉 Transform{ translation 6 -2.5 -11.2 children [ Shape { geometry Sphere {radius 0.4 } appearance Appearance { material Material {diffuseColor 0.6 1 0.2} } } ] } ############################################################################### 中枢 柱 玉環 Transform{ translation 6 -2.5 -11.2 children [ Shape { geometry Cylinder {height 0.1 radius 0.45 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -5.9 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -5.8 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -2.9 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -3 -11.2 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### ############################################################################### 中枢 角 左後ろ・柱 Transform{ translation 1.2 -4.51 -16 children [ Shape { geometry Cylinder {height 3 radius 0.2 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ############################################################################### 中枢 柱 玉 Transform{ translation 1.2 -2.5 -16 children [ Shape { geometry Sphere {radius 0.4 } appearance Appearance { material Material {diffuseColor 0.6 1 0.2} } } ] } ############################################################################### 中枢 柱 玉環 Transform{ translation 1.2 -2.5 -16 children [ Shape { geometry Cylinder {height 0.1 radius 0.45 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -5.9 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -5.8 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -2.9 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 1.2 -3 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### ############################################################################### 中枢 角 右後ろ・柱 Transform{ translation 6 -4.51 -16 children [ Shape { geometry Cylinder {height 3 radius 0.2 } appearance Appearance { material Material {diffuseColor 0 1 0} } } ] } ############################################################################### 中枢 柱 玉 Transform{ translation 6 -2.5 -16 children [ Shape { geometry Sphere {radius 0.4 } appearance Appearance { material Material {diffuseColor 0.6 1 0.2} } } ] } ############################################################################### 中枢 柱 玉環 Transform{ translation 6 -2.5 -16 children [ Shape { geometry Cylinder {height 0.1 radius 0.45 } appearance Appearance { material Material {diffuseColor 1 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -5.9 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -5.8 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -2.9 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 中枢 角 左前・柱 装飾 Transform{ translation 6 -3 -16 children [ Shape { geometry Cylinder {height 0.2 radius 0.25 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### 球・屋根 Transform{ translation 3.6 -3 -13.6 children [ Shape { geometry Sphere {radius 2.3 } appearance Appearance { material Material {diffuseColor 1.2 1.2 1.2} } } ] } ############################################################################### 球・屋根・環 Transform{ translation 3.6 -3 -13.6 children [ Shape { geometry Cylinder {height 0.1 radius 2.4 } appearance Appearance { material Material {diffuseColor 0 1 1} } } ] } ############################################################################### 球・屋根・環2 Transform{ translation 3.6 -2.8 -13.6 children [ Shape { geometry Cylinder {height 0.1 radius 2.4 } appearance Appearance { material Material {diffuseColor 0 1 1} } } ] } ############################################################################### 屋根・装飾 Transform{ translation 3.6 -0.7 -13.6 children [ Shape { geometry Cylinder {height 0.2 radius 0.3 } appearance Appearance { material Material {diffuseColor 1 1 0} } } ] } ############################################################################### 球・屋根・装飾 Transform{ translation 3.6 -0.68 -13.6 children [ Shape { geometry Sphere {radius 0.18 } appearance Appearance { material Material {diffuseColor 0 1 1} } } ] } ############################################################################### 球・円柱・屋根 Transform{ translation 3.6 -0.68 -13.6 children [ Shape { geometry Cone {height 3 bottomRadius 0.08 } appearance Appearance { material Material {diffuseColor 1 1 1} } } ] } ############################################################################### 入口 左 Transform{ translation 2 -8 -10 children [ Shape { geometry Box {size 0.2 2 0.5 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 入口 右 Transform{ translation 5 -8 -10 children [ Shape { geometry Box {size 0.2 2 0.5 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 入口 左斜め Transform{ translation 2.34 -6.73 -10 rotation 0 0 1 -0.78 children [ Shape { geometry Box {size 0.2 1 0.49 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 入口 右斜め Transform{ translation 4.67 -6.73 -10 rotation 0 0 1 0.78 children [ Shape { geometry Box {size 0.2 1 0.49 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 入口 上 Transform{ translation 3.5 -6.41 -10 children [ Shape { geometry Box {size 1.8 0.2 0.5 } appearance Appearance { material Material {diffuseColor 0 0 1} } } ] } ############################################################################### 入口 扉1 Transform{ translation 3.5 -8 -10.1 children [ Shape { geometry Box {size 3 1.9 0.2 } appearance Appearance { material Material {diffuseColor 1 0.2 0} } } ] } ############################################################################### 入口 扉2 Transform{ translation 3.5 -6.92 -10.1 children [ Shape { geometry Box {size 2.64 0.35 0.2 } appearance Appearance { material Material {diffuseColor 1 0.2 0} } } ] } ############################################################################### 入口 扉2 Transform{ translation 3.5 -6.65 -10.1 children [ Shape { geometry Box {size 2.2 0.2 0.2 } appearance Appearance { material Material {diffuseColor 1 0.2 0} } } ] } ############################################################################### 入口 扉3 Transform{ translation 3.5 -6.5 -10.1 children [ Shape { geometry Box {size 2 0.1 0.2 } appearance Appearance { material Material {diffuseColor 1 0.2 0} } } ] } ############################################################################### 入口 扉 詳細 Transform{ translation 3.6 -7.68 -10 children [ Shape { geometry Box {size 0.2 2.6 0.3 } appearance Appearance { material Material {diffuseColor 1 1 1.2} } } ] } }