Wednesday, June 24, 2009

Structure Synthでワイヤーフレームの立方体を描画する

Structure Synthでワイヤーフレームの立方体を描画するには、以下のスクリプトを実行します。

// グリッド
grid
// x方向に4移動、グリッドのxyz軸を1/2倍にする
{ x 4 s 0.5 } grid
// x方向に8移動、グリッドのx,z軸を1/2倍に、y軸を4倍にする
{ x 8 s 0.5 4 0.5 } grid

出力画像

No comments: