public abstract class TransformerConsumer extends java.lang.Object implements IVertexConsumer
| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
TransformerConsumer(IVertexConsumer parent) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
VertexFormat |
getVertexFormat() |
void |
put(int element,
float... data) |
protected abstract float[] |
transform(int element,
float... data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetApplyDiffuseLighting, setQuadOrientation, setQuadTint, setTextureprotected TransformerConsumer(IVertexConsumer parent)
public VertexFormat getVertexFormat()
getVertexFormat インタフェース内 IVertexConsumerpublic void put(int element,
float... data)
put インタフェース内 IVertexConsumerprotected abstract float[] transform(int element,
float... data)