Class TransformingVertexPipeline
java.lang.Object
net.minecraftforge.client.model.pipeline.VertexConsumerWrapper
net.minecraftforge.client.model.pipeline.TransformingVertexPipeline
- All Implemented Interfaces:
VertexConsumer
,IForgeVertexConsumer
Vertex pipeline element that applies a transformation to incoming geometry.
-
Field Summary
Fields inherited from class net.minecraftforge.client.model.pipeline.VertexConsumerWrapper
parent
-
Constructor Summary
ConstructorDescriptionTransformingVertexPipeline
(VertexConsumer parent, Transformation transformation) -
Method Summary
Methods inherited from class net.minecraftforge.client.model.pipeline.VertexConsumerWrapper
color, defaultColor, endVertex, misc, overlayCoords, unsetDefaultColor, uv, uv2
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraftforge.client.extensions.IForgeVertexConsumer
applyBakedLighting, applyBakedNormals, putBulkData
Methods inherited from interface com.mojang.blaze3d.vertex.VertexConsumer
color, color, normal, overlayCoords, putBulkData, putBulkData, putBulkData, uv2, vertex, vertex
-
Field Details
-
transformation
-
-
Constructor Details
-
TransformingVertexPipeline
-
-
Method Details
-
vertex
- Specified by:
vertex
in interfaceVertexConsumer
- Overrides:
vertex
in classVertexConsumerWrapper
-
normal
- Specified by:
normal
in interfaceVertexConsumer
- Overrides:
normal
in classVertexConsumerWrapper
-