MeshPart

Mesh part - set of vertex indexes with graphics primitive type

Constructors

this
this(PrimitiveType type, ushort[] indexes)
Undocumented in source.

Members

Functions

add
void add(ushort[] indexes)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
const(ushort[]) data [@property getter]

index data

length
int length [@property getter]

index length

type
PrimitiveType type [@property getter]

returns primitive type

type
PrimitiveType type [@property setter]

change primitive type

Variables

_indexData
ushort[] _indexData;
Undocumented in source.
_type
PrimitiveType _type;
Undocumented in source.

Meta