Modifier and Type | Field and Description |
---|---|
private Matrix3f |
MatrixStack.Entry.normal |
Modifier and Type | Method and Description |
---|---|
Matrix3f |
MatrixStack.Entry.getNormal() |
Constructor and Description |
---|
Entry(Matrix4f p_i225909_1_,
Matrix3f p_i225909_2_) |
Modifier and Type | Field and Description |
---|---|
private Matrix3f |
MatrixApplyingVertexBuilder.field_227810_i_ |
Modifier and Type | Method and Description |
---|---|
default IVertexBuilder |
IVertexBuilder.normal(Matrix3f matrixIn,
float x,
float y,
float z) |
Modifier and Type | Field and Description |
---|---|
private Matrix3f |
TransformationMatrix.normalTransform |
Modifier and Type | Method and Description |
---|---|
Matrix3f |
Matrix3f.copy() |
Matrix3f |
TransformationMatrix.getNormalMatrix() |
static Matrix3f |
Matrix3f.makeScaleMatrix(float p_226117_0_,
float p_226117_1_,
float p_226117_2_) |
Modifier and Type | Method and Description |
---|---|
static com.mojang.datafixers.util.Pair<Matrix3f,Vector3f> |
TransformationMatrix.affine(Matrix4f matrixIn) |
Modifier and Type | Method and Description |
---|---|
void |
Matrix3f.mul(Matrix3f p_226118_1_) |
void |
Matrix3f.multiplyBackward(Matrix3f other) |
void |
Matrix3f.set(Matrix3f p_226114_1_) |
private static Quaternion |
Matrix3f.stepJacobi(Matrix3f p_226120_0_) |
void |
Vector3f.transform(Matrix3f matrixIn) |
Constructor and Description |
---|
Matrix3f(Matrix3f matrixIn) |
Modifier and Type | Method and Description |
---|---|
void |
ArrowRenderer.drawVertex(Matrix4f matrix,
Matrix3f normals,
IVertexBuilder vertexBuilder,
int offsetX,
int offsetY,
int offsetZ,
float textureX,
float textureY,
int p_229039_9_,
int p_229039_10_,
int p_229039_11_,
int packedLightIn) |
private static void |
DragonFireballRenderer.func_229045_a_(IVertexBuilder p_229045_0_,
Matrix4f p_229045_1_,
Matrix3f p_229045_2_,
int p_229045_3_,
float p_229045_4_,
int p_229045_5_,
int p_229045_6_,
int p_229045_7_) |
private static void |
FishRenderer.func_229106_a_(IVertexBuilder p_229106_0_,
Matrix4f p_229106_1_,
Matrix3f p_229106_2_,
int p_229106_3_,
float p_229106_4_,
int p_229106_5_,
int p_229106_6_,
int p_229106_7_) |
private static void |
GuardianRenderer.func_229108_a_(IVertexBuilder p_229108_0_,
Matrix4f p_229108_1_,
Matrix3f p_229108_2_,
float p_229108_3_,
float p_229108_4_,
float p_229108_5_,
int p_229108_6_,
int p_229108_7_,
int p_229108_8_,
float p_229108_9_,
float p_229108_10_) |
private void |
PaintingRenderer.func_229121_a_(Matrix4f p_229121_1_,
Matrix3f p_229121_2_,
IVertexBuilder p_229121_3_,
float p_229121_4_,
float p_229121_5_,
float p_229121_6_,
float p_229121_7_,
float p_229121_8_,
int p_229121_9_,
int p_229121_10_,
int p_229121_11_,
int p_229121_12_) |
private static void |
ExperienceOrbRenderer.vertex(IVertexBuilder bufferIn,
Matrix4f matrixIn,
Matrix3f matrixNormalIn,
float x,
float y,
int red,
int green,
int blue,
float texU,
float texV,
int packedLight) |
Modifier and Type | Method and Description |
---|---|
private static void |
BeeStingerLayer.func_229132_a_(IVertexBuilder p_229132_0_,
Matrix4f p_229132_1_,
Matrix3f p_229132_2_,
float p_229132_3_,
int p_229132_4_,
float p_229132_5_,
float p_229132_6_,
int p_229132_7_) |
Modifier and Type | Method and Description |
---|---|
private static void |
BeaconTileEntityRenderer.addQuad(Matrix4f matrixPos,
Matrix3f matrixNormal,
IVertexBuilder bufferIn,
float red,
float green,
float blue,
float alpha,
int yMin,
int yMax,
float x1,
float z1,
float x2,
float z2,
float u1,
float u2,
float v1,
float v2) |
private static void |
BeaconTileEntityRenderer.addVertex(Matrix4f matrixPos,
Matrix3f matrixNormal,
IVertexBuilder bufferIn,
float red,
float green,
float blue,
float alpha,
int y,
float x,
float z,
float texU,
float texV) |
Modifier and Type | Field and Description |
---|---|
private static Matrix3f |
ForgeHooksClient.flipXNormal |
Modifier and Type | Method and Description |
---|---|
default void |
IForgeVertexBuilder.applyBakedNormals(Vector3f generated,
java.nio.ByteBuffer data,
Matrix3f normalTransform) |