Home | History | Annotate | Download | only in scene

Lines Matching refs:localTransform

142     protected Transform localTransform;
166 localTransform = new Transform();
373 Quaternion rot = localTransform.getRotation();
449 worldTransform.set(localTransform);
454 worldTransform.set(localTransform);
470 worldTransform.set(localTransform);
481 rootNode.worldTransform.set(rootNode.localTransform);
501 //rootNode.worldTransform.set(rootNode.localTransform);
782 return localTransform.getRotation();
793 localTransform.getRotation().fromRotationMatrix(rotation);
804 localTransform.setRotation(quaternion);
814 return localTransform.getScale();
824 localTransform.setScale(localScale);
832 localTransform.setScale(x, y, z);
843 localTransform.setScale(localScale);
854 return localTransform.getTranslation();
865 this.localTransform.setTranslation(localTranslation);
874 this.localTransform.setTranslation(x, y, z);
883 this.localTransform.set(t);
894 return localTransform;
934 this.localTransform.getTranslation().addLocal(x, y, z);
946 this.localTransform.getTranslation().addLocal(offset);
967 this.localTransform.getScale().multLocal(x, y, z);
979 this.localTransform.getRotation().multLocal(rot);
1135 clone.localTransform = localTransform.clone();
1265 capsule.write(localTransform, "transform", Transform.IDENTITY);
1285 localTransform = (Transform) ic.readSavable("transform", Transform.IDENTITY);