-
BlockModelBuilder.RootTransformBuilder.leftRotation(float x,
float y,
float z,
boolean isDegrees)
Sets the left rotation of the root transform.
Sets the left rotation of the root transform.
Sets the origin of the root transform.
Sets the origin of the root transform.
BlockModelBuilder.RootTransformBuilder.postRotation(float x,
float y,
float z,
boolean isDegrees)
Sets the right rotation of the root transform.
Sets the right rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.rightRotation(float x,
float y,
float z,
boolean isDegrees)
Sets the right rotation of the root transform.
Sets the right rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.rotation(float x,
float y,
float z,
boolean isDegrees)
Sets the left rotation of the root transform.
Sets the left rotation of the root transform.
BlockModelBuilder.RootTransformBuilder.scale(float scale)
Sets the scale of the root transform.
BlockModelBuilder.RootTransformBuilder.scale(float xScale,
float yScale,
float zScale)
Sets the scale of the root transform.
Sets the scale of the root transform.
BlockModelBuilder.RootTransformBuilder.translation(float x,
float y,
float z)
Sets the translation of the root transform.
Sets the translation of the root transform.