モーションとジオメトリを含む3Dオブジェクトのフォーマットを提案し,これを用いて手軽に3Dプログラミングを可能にするライブラリを提供します.また,このフォーマットのファイルを作成するためのユーティリティとビュアも作成します.
version 3.16.
Action3D内の骨の位置を取得するためのAPIの追加.
Motion Action3D.getMotion(アクション番号); Motion Action3D.getMotion("アクション名"); double Action3D.getTime(); double Action3D.getActionScale(アクション番号 or "アクション名") Vector3d Action3D.getActionOffset(アクション番号 or "アクション名") Vector3d Action3D.getActionRot(アクション番号 or "アクション名") Transform3D Action3D.getWorldTransOfBone("Bone名");
a3viewer.jarの修正と.各種スクリプトの見直し.