ON-BLOG

CGのこと、あれこれ書いてます。

2013-06-24から1日間の記事一覧

XSIユーザーから観たMELスクリプトについて 其の一七

ではでは続いてリジッドボディ これもMELから操作が簡単にできます。 コード global proc makeRigid1() { string $sname[] = `sphere`; string $pname[] = `nurbsPlane`; scale 10 30 20; rotate 0 0 115; move -r 3 -8 0; string $rname = `rigidBody -acti…

XSIユーザーから観たMELスクリプトについて 其の十六

パーティクル続き 次はフィールドの説明。 SIでいうフォースに当たるもの。 種類もだいたい一緒だが、聞きなれないものありますね。 その辺りはまた使うときに、 でコード。 global proc makeField1() { particle -p 0 5 0; string $ename[] = `emitter -typ…