|
|
|
@ -40,7 +40,6 @@ public class Subject3D {
|
|
|
|
this.scale = new Scale();
|
|
|
|
this.scale = new Scale();
|
|
|
|
this.position = new Translate();
|
|
|
|
this.position = new Translate();
|
|
|
|
this.heading = new Rotate(0, Rotate.Y_AXIS);
|
|
|
|
this.heading = new Rotate(0, Rotate.Y_AXIS);
|
|
|
|
|
|
|
|
|
|
|
|
this.mesh.getTransforms().addAll(position, scale, heading, new Rotate(90, Rotate.X_AXIS), new Rotate(180, Rotate.Y_AXIS));
|
|
|
|
this.mesh.getTransforms().addAll(position, scale, heading, new Rotate(90, Rotate.X_AXIS), new Rotate(180, Rotate.Y_AXIS));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|