Uses of Class
net.minecraft.util.math.Matrix3f
Package
Description
-
Uses of Matrix3f in com.mojang.blaze3d.systems
Modifier and TypeMethodDescriptionstatic void
RenderSystem.setInverseViewRotationMatrix
(Matrix3f inverseViewRotationMatrix) -
Uses of Matrix3f in net.minecraft.client.gl
-
Uses of Matrix3f in net.minecraft.client.render
Modifier and TypeMethodDescriptiondefault VertexConsumer
Specifies the normal element of the current vertex.ModifierConstructorDescriptionOverlayVertexConsumer
(VertexConsumer vertexConsumer, Matrix4f textureMatrix, Matrix3f normalMatrix) -
Uses of Matrix3f in net.minecraft.client.render.block.entity
Modifier and TypeMethodDescriptionprivate static void
BeaconBlockEntityRenderer.renderBeamFace
(Matrix4f positionMatrix, Matrix3f normalMatrix, VertexConsumer vertices, float red, float green, float blue, float alpha, int yOffset, int height, float x1, float z1, float x2, float z2, float u1, float u2, float v1, float v2) private static void
BeaconBlockEntityRenderer.renderBeamVertex
(Matrix4f positionMatrix, Matrix3f normalMatrix, VertexConsumer vertices, float red, float green, float blue, float alpha, int y, float x, float z, float u, float v) -
Uses of Matrix3f in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionprivate static void
DragonFireballEntityRenderer.produceVertex
(VertexConsumer vertexConsumer, Matrix4f positionMatrix, Matrix3f normalMatrix, int light, float x, int y, int textureU, int textureV) private static void
ExperienceOrbEntityRenderer.vertex
(VertexConsumer vertexConsumer, Matrix4f positionMatrix, Matrix3f normalMatrix, float x, float y, int red, int green, int blue, float u, float v, int light) private static void
FishingBobberEntityRenderer.vertex
(VertexConsumer buffer, Matrix4f matrix, Matrix3f normalMatrix, int light, float x, int y, int u, int v) private static void
GuardianEntityRenderer.vertex
(VertexConsumer vertexConsumer, Matrix4f positionMatrix, Matrix3f normalMatrix, float x, float y, float z, int red, int green, int blue, float u, float v) private void
PaintingEntityRenderer.vertex
(Matrix4f positionMatrix, Matrix3f normalMatrix, VertexConsumer vertexConsumer, float x, float y, float u, float v, float z, int normalX, int normalY, int normalZ, int light) void
ProjectileEntityRenderer.vertex
(Matrix4f positionMatrix, Matrix3f normalMatrix, VertexConsumer vertexConsumer, int x, int y, int z, float u, float v, int normalX, int normalZ, int normalY, int light) -
Uses of Matrix3f in net.minecraft.client.render.entity.feature
Modifier and TypeMethodDescriptionprivate static void
StuckStingersFeatureRenderer.produceVertex
(VertexConsumer vertexConsumer, Matrix4f vertexTransform, Matrix3f normalTransform, float x, int y, float u, float v, int light) -
Uses of Matrix3f in net.minecraft.client.util.math
Modifier and TypeMethodDescriptionMatrixStack.Entry.getNormalMatrix()
Returns the matrix used to transform normal vectors. -
Uses of Matrix3f in net.minecraft.util.math
Modifier and TypeFieldDescriptionprivate final Matrix3f
AxisTransformation.matrix
private final Matrix3f
DirectionTransformation.matrix
Modifier and TypeMethodDescriptionMatrix3f.copy()
AxisTransformation.getMatrix()
DirectionTransformation.getMatrix()
static Matrix3f
Matrix3f.scale
(float x, float y, float z) Modifier and TypeMethodDescriptionAffineTransformation.getLinearTransformationAndTranslationFromAffine
(Matrix4f affineTransform) Modifier and TypeMethodDescriptionvoid
void
private static Quaternion
Matrix3f.method_22857
(Matrix3f matrix) private static void
Matrix3f.method_35260
(Matrix3f matrix, Quaternion quaternion) void
void
void