public static class TRSRBakedModel.Transformer
extends net.minecraftforge.client.model.pipeline.VertexTransformer
| Modifier and Type | Field and Description |
|---|---|
protected javax.vecmath.Matrix3f |
normalTransformation |
protected javax.vecmath.Matrix4f |
transformation |
| Constructor and Description |
|---|
Transformer(net.minecraftforge.common.model.TRSRTransformation transformation,
net.minecraft.client.renderer.vertex.VertexFormat format) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraftforge.client.model.pipeline.UnpackedBakedQuad |
build() |
void |
put(int element,
float... data) |
protected final javax.vecmath.Matrix4f transformation
protected final javax.vecmath.Matrix3f normalTransformation
public Transformer(net.minecraftforge.common.model.TRSRTransformation transformation,
net.minecraft.client.renderer.vertex.VertexFormat format)
public void put(int element,
float... data)
put in interface net.minecraftforge.client.model.pipeline.IVertexConsumerput in class net.minecraftforge.client.model.pipeline.VertexTransformerpublic net.minecraftforge.client.model.pipeline.UnpackedBakedQuad build()