Tags : Script

Entries in this Tags : 115logs Showing : 92 - 98 / 115

Wavy Extrude.js

Cheetah3D のポリゴンスクリプト。Extrude の波型版。まぁいろいろ使えると思います。

3.5.x 以上でお使いください。

Update!! 20070428: ジオメトリー等のバグを修正しました。

Update!! 20130118: Cheetah3D 6.1 使用時のバグを修正。


this is Polygon script for making Wavy plane along Spline Path.

required version: 3.5.x

Update!! 20070428: fix geometry, wave start bug. now this works as Creator object.

Update!! 20130118: fix bug for Cheetah3D 6.1+


Wavy Extrude.js.20130118.zip ( application/zip : 3 KB)

MD5 : 9f3fe6a1b6bcfed268a0fae7c16f9119

make your donation
for my scripts.

Mirror Copy.js

ボーン等のオブジェクトを対称コピーするツールスクリプトです。

Tool スクリプトになってますので、~/Library/Application Support/Cheetah3D/scripts/Tool フォルダにいれて使用してください。

*ポリゴンオブジェクトをミラーコピーするように拡張しました。 *4.6 でポリゴンオブジェクトのミラーが出来なかったバグを修正

バージョン4.0用のスクリプトです


This is tool script for copying selected object symmetrically.

Place it into ~/Library/Application Support/Cheetah3D/scripts/Tool folder.

  • extended for copying Polygon Object.
  • fixed bug of mirror copy for polygon objects when using with version 4.6

this script for v 4.0


Sample Movie. (h.264 8.8MB)


Mirror Copy.js_20080606.zip ( application/zip : 4 KB)

MD5 : 72161e2c6cc53a9feb4ad8963cffe07c

make your donation
for my scripts.

Polygon Reduction.js [ALPHA]

this is Tool script, and also sample for code-conversion to javascript of Cheetah3D from c++ code ( Progressive Mesh type Polygon Reduction Algorithm by Stan Melax http://www.melax.com/polychop/ ).

too slow, and have some limitation. (Foot in mouth)

  • 20070306 - fixed bug, added some options.
  • 20070517 - now retain UV information.
  • 20081014 - fix: Vec4D isEqualTo bug.
  • 20090309 - fix: casue error when some points share same positions.

another version for 5.2+ -> http://www.tres-graficos.jp/blog/files/article.php?id=56

Polygon Reduction.js_20090309.zip ( application/zip : 6 KB)

MD5 : 4d8bfd995853db860d4adac5d42633fc

make your donation
for my scripts.

Edge2Spline.js for 3.5+

選択エッジから、スプラインを生成するスクリプトです。3.5 以上でお使いください。

UPDATE: パス押し出し クリエータに使用した場合に、法線が反転してしまう問題を修正しました


It is Spline script for making spline with selected edges.

required version: v.3.5+

UPDATE: fixed invert normal bug when using with Sweep Creator


Edge2Spline.js_20080226.zip ( application/zip : 3 KB)

MD5 : 32f373748b640e5f69784c19226c3418

make your donation
for my scripts.

Hair.js

ポリゴンや頂点に、ポリゴンを生やすポリゴンスクリプトです。小オブジェクトのサーフェスの法線方向に毛っぽいボリゴンを作成します。

  • width の計算バグを修正しました
  • 保存できなかったバグを修正しました
  • face to cam オプションを修正しました。(XZ平面の場合以外は使えないかも)
  • ポリゴンセレクションに対応しました

最新バージョン


it is Polygon script for make hair-like object. this makes polygons like hair on polygons or points of child object. for creating grass or hair.

  • fixed width calculation bug.
  • fixed bug of not saved properly.
  • fixed 'face to cam' bug. ( but this option for x-z plane. (Foot in mouth) )
  • added polygon selection option

please check latest verison by clicking a link below.

Latest version



Hair.js_20070217.zip ( application/zip : 4 KB)

MD5 : d8c42ff1d16d291b7a4b20f81a1f1083

make your donation
for my scripts.

Sunflow Exporter.js

Sunflow Render System v.0.07.2 用にファイルを書き出す Cheetah3D の Tool スクリプトです。要 3.5 以上。

すいません、法線の書き出しにバグがありました。修正した最新のものを再度ダウンロードしてください。

最新版: Sunflow_Exporter_js_20090514.zip

  • テクスチャが反転していたバグを修正
  • ジオメトリがおかしくなるバグを修正
  • Hair.js -> hair curve object へ変換するコードを追加

  • エラーが出るバグを修正

  • バンプマップが設定されている場合にエラーが出るバグを修正

this is Tool script for exporting Sunflow's scene (v.0.07.1) file from Cheetah3D. v.3.5 required.

Old version had bug of exporting normals, please re-download latest version.

Latest Version: Sunflow_Exporter_js_20090514.zip

  • fixed texture flipped bug.
  • fixed giometry bug.
  • added Hair.js -> hair curve object.

  • fixed uv error. (Foot in mouth)

  • fixed bug when material has bump map. (Cry)

Sunflow_Exporter_js_20090515.zip ( application/zip : 16 KB)

MD5 : 04af678cde76191540d431d61f544bc4

make your donation
for my scripts.

Radium Exporter.js

Cheetah3D から radium renderer のシーンファイルを書き出す Tool スクリプトです。v.3.5 以上で使用して下さい。

  • シーンに必要な画像ファイルは、書き出された SCN ファイルと同じディレクトリにある必要があります。出来た SCN ファイルを Radium.jar で読み込む前に、シーンで使用している画像ファイル(テクスチャ・HDRI)全てを、読み込む SCN ファイルと同じディレクトリにコピーしておいてください。

追記:Radium_Exporter_js_20070117b.zip にアップデートしました。メッシュ書き出しの細かいバグを修正しています。

古いものに法線のバグがありました。修正した最新のものをお使いください。

最新版: Radium_Exporter_js_20070130.zip


this is Tool script for exporting from Cheetah3D to radium .scn file. this requires v.3.5+.

  • all texture or hdri image must exist in same directory of .scn file. please copy it before opening .scn file with Radium.jar application.

Updated: Radium_Exporter_js_20070117b.zip, small bug fixed.

old version had bug about exporting normals, please re-download latest one.

Latest Version: Radium_Exporter_js_20070130.zip


Radium_Exporter_js_20070130.zip ( application/zip : 14 KB)

MD5 : 9f28ae5373f44295cc8844cb5c75942f

make your donation
for my scripts.