Added Joint.getInitialTransform() (#1206)
This commit is contained in:
parent
3b8665fe93
commit
d4c9a9ad1e
@ -268,6 +268,9 @@ public class Joint implements Savable, JmeCloneable, HasLocalTransform {
|
||||
return attachedNode;
|
||||
}
|
||||
|
||||
public Transform getInitialTransform() {
|
||||
return initialTransform;
|
||||
}
|
||||
|
||||
public Transform getLocalTransform() {
|
||||
return localTransform;
|
||||
|
Loading…
x
Reference in New Issue
Block a user