画像処理についてあれこれ
ImageMagickをメインに、画像処理についてのTipsを書いていきます。
Thursday, June 25, 2009
Structure Synthで球を描画する
Structure Synthで球を描画するには、以下のスクリプトを実行します。
// 球
sphere
// x方向に4移動、グリッドのxyz軸を1.5倍にする
{ x 4 s 1.5 } sphere
// x方向に8移動、グリッドのx,z軸を2倍にする
// のはReferenceに書いてあるように正しく動作しない。
// (楕円がかけない。ver0.9.5時点)
{ x 8 s 2 1 2 } sphere
出力画像
関連項目
Structure SynthとSunflowのインストールと連携
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment