|
@@ -167,7 +167,7 @@ public class Joint implements Savable, JmeCloneable, HasLocalTransform {
|
|
* have already been computed, otherwise this method will return undefined
|
|
* have already been computed, otherwise this method will return undefined
|
|
* results.
|
|
* results.
|
|
*
|
|
*
|
|
- * @param outTransform
|
|
|
|
|
|
+ * @param outTransform storage for the result (modified)
|
|
*/
|
|
*/
|
|
void getOffsetTransform(Matrix4f outTransform) {
|
|
void getOffsetTransform(Matrix4f outTransform) {
|
|
jointModelTransform.getOffsetTransform(outTransform, inverseModelBindMatrix);
|
|
jointModelTransform.getOffsetTransform(outTransform, inverseModelBindMatrix);
|
|
@@ -358,6 +358,7 @@ public class Joint implements Savable, JmeCloneable, HasLocalTransform {
|
|
* @param jointIndex this bone's index in its armature (≥0)
|
|
* @param jointIndex this bone's index in its armature (≥0)
|
|
* @param targets a list of geometries animated by this bone's skeleton (not
|
|
* @param targets a list of geometries animated by this bone's skeleton (not
|
|
* null, unaffected)
|
|
* null, unaffected)
|
|
|
|
+ * @return the attachments node (not null)
|
|
*/
|
|
*/
|
|
Node getAttachmentsNode(int jointIndex, SafeArrayList<Geometry> targets) {
|
|
Node getAttachmentsNode(int jointIndex, SafeArrayList<Geometry> targets) {
|
|
targetGeometry = null;
|
|
targetGeometry = null;
|