ダウンロードリスト

プロジェクト概要

プログラミング言語 Haxe と 3D エンジン Sandy を使ってシンプルな flash 3D ビューアの開発を行います。…というのが当初の予定でしたが、今は外部の 3D エンジンに(あまり)頼らず、Haxe で flash11 の Stage3D を使う 3D ビューアの開発をする方向に移行しています。ていうか移行しました。ビューアはウェブページやプレゼンテーションのスライドで利用することができます。

システム要件

システム要件が設定されていません

リリース時刻: 2012-02-08 01:17
wm3d 0.20 (1 個のファイル 非表示)

リリースノート

リリースノートはありません

変更履歴

* add parseColor() function; color names such as "red", "lime", and "blue"
are available on color specification
* add <SCENE>, <LOCAL>, and <GLOBAL> elements.
* <SETTING> elements disposed.
* add experimental web interface
* add GetView callback for web interface
* add some codes for powerpoint (but still buggy)
** remove stage events when context3d is disposed.
** introduce try-catch mechanism for the registration of callback functions
* fix builder bug