2008年11月29日

整理

今日の作品。

00 (630)

設定はこちら。

00 (631)

スタジオ作成のチェックボックスを用意しましたが。

まだ機能していません。

プログラムはこちら。(スタジオ無し版)

xshade.scene(). begin_creating()
xshade.scene(). begin_line(None,1)
xshade.scene(). append_point([11,0,4])
xshade.scene(). append_point([9,0,2],[9,0,4],[9,0,-2])
xshade.scene(). append_point([9,0,-2])
xshade.scene(). append_point([11,0,-4],[9,0,-4],[11,0,-4])
xshade.scene(). append_point([11,0,-4])
xshade.scene(). append_point([12,0,-3],[12,0,-4],[12,0,2])
xshade.scene(). append_point([12,0,3])
xshade.scene(). append_point([11,0,4],[12,0,4],[11,0,4])

xshade.scene(). end_line()
xshade.scene(). end_creating()
xshade.scene(). solid_revolve([0,0,-1],[0,0,1])
xshade.scene(). move_object([0,0,0],None,None,[0,12,1])

<html></html>みたいな感じで囲われてることが判明。

ちょっとスペース入れて整理してみた。

青字の行列を増やすことで様々な断面形状を作成することができます。

中の数字は↑の表で制御。

次は石座にチャレンジ。

石のレンダリング設定が判らんのが問題です。

0 件のコメント: