ObjRoot

ObjRoot class

Constructors

ConstructorDescription
ObjRoot()Initializes a new instance of the class.

Methods

MethodDescription
getVertices()Gets or sets the vertices.
setVertices(List value)Gets or sets the vertices.
getMaterials()Gets or sets the materials.
setMaterials(List value)Gets or sets the materials.
getShapes()Gets or sets the shapes.
setShapes(List value)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 - The vertices.

setVertices(List value)

public final void setVertices(List<ObjVertex> value)

Gets or sets the vertices.

Parameters:

ParameterTypeDescription
valueListThe vertices.

getMaterials()

public final List<ObjMaterial> getMaterials()

Gets or sets the materials.

Returns: List - The materials.

setMaterials(List value)

public final void setMaterials(List<ObjMaterial> value)

Gets or sets the materials.

Parameters:

ParameterTypeDescription
valueListThe materials.

getShapes()

public final List<ObjShape> getShapes()

Gets or sets the shapes.

Returns: List - The shapes.

setShapes(List value)

public final void setShapes(List<ObjShape> value)

Gets or sets the shapes.

Parameters:

ParameterTypeDescription
valueListThe shapes.