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