Package | Description |
---|---|
net.minecraftforge.client.model.obj |
Modifier and Type | Field and Description |
---|---|
private java.util.LinkedHashSet<OBJModel.Face> |
OBJModel.Group.faces
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OBJModel.Face |
OBJModel.Face.bake(TRSRTransformation transform) |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedHashSet<OBJModel.Face> |
OBJModel.Group.applyTransform(java.util.Optional<TRSRTransformation> transform)
Deprecated.
|
java.util.LinkedHashSet<OBJModel.Face> |
OBJModel.Group.getFaces()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OBJModel.Group.addFace(OBJModel.Face face)
Deprecated.
|
java.util.List<OBJModel.Group> |
OBJModel.MaterialLibrary.getGroupsContainingFace(OBJModel.Face f) |
Modifier and Type | Method and Description |
---|---|
void |
OBJModel.Group.addFaces(java.util.List<OBJModel.Face> faces)
Deprecated.
|
void |
OBJModel.Group.setFaces(java.util.LinkedHashSet<OBJModel.Face> faces)
Deprecated.
|
Constructor and Description |
---|
Group(java.lang.String name,
java.util.LinkedHashSet<OBJModel.Face> faces)
Deprecated.
|