Class TransformingVertexPipeline
java.lang.Object
net.neoforged.neoforge.client.model.pipeline.VertexConsumerWrapper
net.neoforged.neoforge.client.model.pipeline.TransformingVertexPipeline
- All Implemented Interfaces:
VertexConsumer, IVertexConsumerExtension
Vertex pipeline element that applies a transformation to incoming geometry.
-
Field Summary
FieldsFields inherited from class VertexConsumerWrapper
parent -
Constructor Summary
ConstructorsConstructorDescriptionTransformingVertexPipeline(VertexConsumer parent, Transformation transformation) -
Method Summary
Methods inherited from class VertexConsumerWrapper
misc, setColor, setColor, setLineWidth, setUv, setUv1, setUv2Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IVertexConsumerExtension
applyBakedNormals, putBulkData, putBulkDataMethods inherited from interface VertexConsumer
addVertex, addVertex, addVertex, addVertex, addVertex, addVertexWith2DPose, putBulkData, setColor, setLight, setNormal, setNormal, setOverlay
-
Field Details
-
transformation
-
-
Constructor Details
-
TransformingVertexPipeline
-
-
Method Details
-
addVertex
- Specified by:
addVertexin interfaceVertexConsumer- Overrides:
addVertexin classVertexConsumerWrapper
-
setNormal
- Specified by:
setNormalin interfaceVertexConsumer- Overrides:
setNormalin classVertexConsumerWrapper
-