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
FieldsFields inherited from class net.minecraftforge.client.model.pipeline.VertexConsumerWrapper
parent -
Constructor Summary
ConstructorsConstructorDescriptionTransformingVertexPipeline(VertexConsumer parent, Transformation transformation) -
Method Summary
Methods inherited from class net.minecraftforge.client.model.pipeline.VertexConsumerWrapper
misc, setColor, setUv, setUv1, setUv2Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.client.extensions.IForgeVertexConsumer
applyBakedLighting, applyBakedNormals, putBulkDataMethods inherited from interface com.mojang.blaze3d.vertex.VertexConsumer
addVertex, addVertex, addVertex, addVertex, addVertex, putBulkData, putBulkData, setColor, setColor, setLight, setNormal, setOverlay, setWhiteAlpha
-
Field Details
-
transformation
-
-
Constructor Details
-
TransformingVertexPipeline
-
-
Method Details
-
addVertex
- Specified by:
addVertexin interfaceVertexConsumer- Overrides:
addVertexin classVertexConsumerWrapper
-
setNormal
- Specified by:
setNormalin interfaceVertexConsumer- Overrides:
setNormalin classVertexConsumerWrapper
-