Download List

Project Description

モーションとジオメトリを含む3Dオブジェクトのフォーマットを提案し,これを用いて手軽に3Dプログラミングを可能にするライブラリを提供します.また,このフォーマットのファイルを作成するためのユーティリティとビュアも作成します.

System Requirements

System requirement is not defined

Released at 2011-07-23 01:52
acerola3d 2.44 (2 files Hide)

Release Notes

version 2.44.

Changelog

Acerola3D(Java3D)のレンダリングループと
アプリケーションの処理の同期をとるための
APIの追加.

* A3CanvasInterface.waitForUpdate();
* A3CanvasInterface.insertTaskIntoTimerLoop(Runnable task);
* A3CanvasInterface.removeTaskFromTimerLoop(Runnable task);
* A3CanvasInterface.insertTaskIntoRenderingLoop(Runnable task);
* A3CanvasInterface.removeTaskFromRenderingLoop(Runnable task);

A3BehaviorとActionBehavior間で同期をとるようにした.