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 SummaryFieldsFields inherited from class net.minecraftforge.client.model.pipeline.VertexConsumerWrapperparent
- 
Constructor SummaryConstructorsConstructorDescriptionTransformingVertexPipeline(VertexConsumer parent, Transformation transformation) 
- 
Method SummaryMethods inherited from class net.minecraftforge.client.model.pipeline.VertexConsumerWrappercolor, defaultColor, endVertex, misc, overlayCoords, unsetDefaultColor, uv, uv2Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeVertexConsumerapplyBakedLighting, applyBakedNormals, putBulkDataMethods inherited from interface com.mojang.blaze3d.vertex.VertexConsumercolor, color, normal, overlayCoords, putBulkData, putBulkData, putBulkData, uv2, vertex, vertex
- 
Field Details- 
transformation
 
- 
- 
Constructor Details- 
TransformingVertexPipeline
 
- 
- 
Method Details- 
vertex- Specified by:
- vertexin interface- VertexConsumer
- Overrides:
- vertexin class- VertexConsumerWrapper
 
- 
normal- Specified by:
- normalin interface- VertexConsumer
- Overrides:
- normalin class- VertexConsumerWrapper
 
 
-