Class ExtraMesh Extends RasterizationMesh

Public

Represents a mesh.

Deprecated

Use RasterizationMesh instead

Public Methods

ExtraMesh (vertices, triangles, bounds)
Public
ExtraMesh (vertices, triangles, bounds, matrix)
Public

Inherited Public Members

area
Public
bounds

World bounds of the mesh.

Public
matrix
Public
numTriangles

Number of triangles in the triangles array.

Public
numVertices

Number of vertices in the vertices array.

Public
original

Source of the mesh.

Public
pool

If true, the vertex and triangle arrays will be pooled after they have been used.

Public
Pool ()

Pool the vertices and triangles arrays if the pool field is true.

Public
RecalculateBounds ()

Recalculate the bounds based on vertices and matrix.

Public
triangles
Public
vertices
Public