Tuesday, June 30, 2009

Structure Synthでx, z軸方向に繰り返し立方体を描画する

Structure Synthでx, z軸方向に繰り返し立方体を描画するには、以下のスクリプトを実行します。

// z軸間隔1.5、x軸間隔1.5で立方体を3*3個描画
3 * { z 1.5 } 3 * { x 1.5 color orange } box
// 白色の地面
{ y -1 s 200 0.1 200 color white } box

Structure Synthでの出力画像


Sunflowでの出力画像


関連項目
Structure SynthとSunflowのインストールと連携

No comments: