Added Joint.getInitialTransform() (#1206)

This commit is contained in:
Ali-RS 2019-10-24 10:32:42 +03:30 committed by GitHub
parent 3b8665fe93
commit d4c9a9ad1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,6 +268,9 @@ public class Joint implements Savable, JmeCloneable, HasLocalTransform {
return attachedNode;
}
public Transform getInitialTransform() {
return initialTransform;
}
public Transform getLocalTransform() {
return localTransform;