public class ObjShape extends Object
ObjShape class
| Constructor and Description |
|---|
ObjShape()
Initializes a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
List<ObjFace> |
getFaces()
Gets or sets the faces.
|
int |
getMaterialId()
Gets or sets the material identifier.
|
String |
getName()
Gets or sets the name.
|
void |
setFaces(List<ObjFace> value)
Gets or sets the faces.
|
void |
setMaterialId(int value)
Gets or sets the material identifier.
|
void |
setName(String value)
Gets or sets the name.
|
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
value - The name.public final void setFaces(List<ObjFace> value)
Gets or sets the faces.
value - The faces.public final int getMaterialId()
Gets or sets the material identifier.
public final void setMaterialId(int value)
Gets or sets the material identifier.
value - The material identifier.