Saturday, July 04, 2009

Structure SynthでランダムなRGBの立方体を描画する

Structure SynthでランダムなRGBの立方体を描画するには、以下のスクリプトを実行します。

// 色のリスト定義(ランダムなRGB)
set colorpool randomrgb
// z軸間隔1.5、x軸間隔1.5で立方体を200*200個描画
1 * { s 0.1 } 200 * { z 1.5 } 200 * { x 1.5 color random } box
// 白色の地面
{ y -1 s 200 0.1 200 color white } box

Structure Synthで出力した画像


Sunflowで出力した画像


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

No comments: