Class MeshPart

Mesh part - set of vertex indexes with graphics primitive type

class MeshPart;

Constructors

NameDescription
this (type, indexes)

Fields

NameTypeDescription
_indexData ushort[]
_type PrimitiveType

Properties

NameTypeDescription
data[get] const(ushort[])
length[get] int
type[get] PrimitiveType
type[set] PrimitiveType

Methods

NameDescription
add (indexes)