Download List

项目描述

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

系统要求

System requirement is not defined

发布: 2015-04-10 13:06
acerola3d 3.16 (2 files 隐藏)

发布版本通知

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