Class TransformerConsumer
java.lang.Object
net.minecraftforge.client.model.pipeline.TransformerConsumer
- All Implemented Interfaces:
IVertexConsumer
-
Field Summary
-
Constructor Summary
-
Method Summary
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.model.pipeline.IVertexConsumer
setApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTexture
-
Field Details
-
parent
-
-
Constructor Details
-
TransformerConsumer
-
-
Method Details
-
getVertexFormat
- Specified by:
getVertexFormat
in interfaceIVertexConsumer
- Returns:
- the format that should be used for passed data.
-
put
public void put(int element, float... data) - Specified by:
put
in interfaceIVertexConsumer
-
transform
protected abstract float[] transform(int element, float... data)
-