Class QuadTransforms
java.lang.Object
net.neoforged.neoforge.client.model.quad.QuadTransforms
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BakedQuadapplyTransformation(BakedQuad quad, Transformation transformation) Returns a baked quad with the passed transformation applied.private static inttransformNormal(Vector3f temp, int packedNormal, Transformation transformation) private static Vector3fctransformPosition(Vector4f temp, Vector3fc pos, Transformation transformation)
-
Constructor Details
-
QuadTransforms
private QuadTransforms()
-
-
Method Details
-
applyTransformation
Returns a baked quad with the passed transformation applied. -
transformPosition
private static Vector3fc transformPosition(Vector4f temp, Vector3fc pos, Transformation transformation) -
transformNormal
-