プログラミング言語 Haxe と 3D エンジン Sandy を使ってシンプルな flash 3D ビューアの開発を行います。…というのが当初の予定でしたが、今は外部の 3D エンジンに(あまり)頼らず、Haxe で flash11 の Stage3D を使う 3D ビューアの開発をする方向に移行しています。ていうか移行しました。ビューアはウェブページやプレゼンテーションのスライドで利用することができます。
* NOTICE: XML structure will change in the next version( 0.20 )
* NOTICE: 0.20 XML will be incompatible with XML of former versions
* add prototype of web interface (it does not work now)
* rewrite eq2xml in python
* builder directory moves to scripts/python/builder
* add forward/back button (invisible when the movie has only one scene)
* add callback to get xml
* add callback to get current view
* code refactoring, remove all the __myLoadFromXml methods
* add multiframe mode, see samples/single.xml
* camera and rotation matrix are common for all the frames now
* press "f", "b" to move forward, backward, respectively
* modify data structure for multiframe