Class QuadTinter
java.lang.Object
codechicken.lib.model.pipeline.QuadTransformer
codechicken.lib.model.pipeline.transformers.QuadTinter
- All Implemented Interfaces:
IVertexConsumer,IPipelineConsumer
This transformer tints quads..
Feed it the output of BlockColors.colorMultiplier.
Color format: 0000 RRRR GGGG BBBB
-
Field Summary
FieldsFields inherited from class codechicken.lib.model.pipeline.QuadTransformer
consumer, format, quad -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class codechicken.lib.model.pipeline.QuadTransformer
epsComp, getVertexFormat, onFull, put, put, reset, setApplyDiffuseLighting, setInputQuad, setParent, setQuadOrientation, setQuadTint, setTextureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface codechicken.lib.model.IVertexConsumer
put
-
Field Details
-
FACTORY
-
-
Constructor Details
-
QuadTinter
-
-
Method Details
-
setTint
-
transform
public boolean transform()Description copied from class:QuadTransformerCalled to transform the vertices.- Specified by:
transformin classQuadTransformer- Returns:
- If the transformer should pipe the quad.
-