Download List

Descripción del Proyecto

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

System Requirements

System requirement is not defined

Publicado: 2015-04-10 13:06
acerola3d 3.16 (2 files Ocultar)

Release Notes

version 3.16.

Changelog

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の修正と.各種スクリプトの見直し.