ObjRoot
Contents
[
Hide
]ObjRoot class
Constructors
| Constructor | Description |
|---|---|
| ObjRoot() | Initializes a new instance of the class. |
Methods
| Method | Description |
|---|---|
| getVertices() | Gets or sets the vertices. |
| setVertices(List | Gets or sets the vertices. |
| getMaterials() | Gets or sets the materials. |
| setMaterials(List | Gets or sets the materials. |
| getShapes() | Gets or sets the shapes. |
| setShapes(List | Gets or sets the shapes. |
ObjRoot()
public ObjRoot()
Initializes a new instance of the class.
getVertices()
public final List<ObjVertex> getVertices()
Gets or sets the vertices.
Returns: List
setVertices(List value)
public final void setVertices(List<ObjVertex> value)
Gets or sets the vertices.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The vertices. |
getMaterials()
public final List<ObjMaterial> getMaterials()
Gets or sets the materials.
Returns: List
setMaterials(List value)
public final void setMaterials(List<ObjMaterial> value)
Gets or sets the materials.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The materials. |
getShapes()
public final List<ObjShape> getShapes()
Gets or sets the shapes.
Returns: List
setShapes(List value)
public final void setShapes(List<ObjShape> value)
Gets or sets the shapes.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The shapes. |