public class ObjRoot extends Object
ObjRoot class
Constructor and Description |
---|
ObjRoot()
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
List<ObjMaterial> |
getMaterials()
Gets or sets the materials.
|
List<ObjShape> |
getShapes()
Gets or sets the shapes.
|
List<ObjVertex> |
getVertices()
Gets or sets the vertices.
|
void |
setMaterials(List<ObjMaterial> value)
Gets or sets the materials.
|
void |
setShapes(List<ObjShape> value)
Gets or sets the shapes.
|
void |
setVertices(List<ObjVertex> value)
Gets or sets the vertices.
|
public final List<ObjVertex> getVertices()
Gets or sets the vertices.
public final void setVertices(List<ObjVertex> value)
Gets or sets the vertices.
value
- The vertices.public final List<ObjMaterial> getMaterials()
Gets or sets the materials.
public final void setMaterials(List<ObjMaterial> value)
Gets or sets the materials.
value
- The materials.