Package | Description |
---|---|
net.minecraftforge.client.model.obj |
Modifier and Type | Field and Description |
---|---|
private OBJModel.Normal |
OBJModel.Vertex.normal |
Modifier and Type | Field and Description |
---|---|
private java.util.List<OBJModel.Normal> |
OBJModel.Parser.normals |
Modifier and Type | Method and Description |
---|---|
OBJModel.Normal |
OBJModel.Face.getNormal() |
OBJModel.Normal |
OBJModel.Vertex.getNormal() |
Modifier and Type | Method and Description |
---|---|
private void |
OBJModel.OBJBakedModel.putVertexData(UnpackedBakedQuad.Builder builder,
OBJModel.Vertex v,
OBJModel.Normal faceNormal,
OBJModel.TextureCoordinate defUV,
TextureAtlasSprite sprite) |
void |
OBJModel.Vertex.setNormal(OBJModel.Normal normal) |