Class SheetedDecalTextureGenerator

java.lang.Object
com.mojang.blaze3d.vertex.SheetedDecalTextureGenerator
All Implemented Interfaces:
VertexConsumer, IVertexConsumerExtension

public class SheetedDecalTextureGenerator extends Object implements VertexConsumer
  • Field Details

    • delegate

      private final VertexConsumer delegate
    • cameraInversePose

      private final org.joml.Matrix4f cameraInversePose
    • normalInversePose

      private final org.joml.Matrix3f normalInversePose
    • textureScale

      private final float textureScale
    • worldPos

      private final org.joml.Vector3f worldPos
    • normal

      private final org.joml.Vector3f normal
    • x

      private float x
    • y

      private float y
    • z

      private float z
  • Constructor Details

  • Method Details