ReferenceMode

Overview

ReferenceMode is a class in Aspose.3D FOSS for Typescript.

ReferenceMode.DIRECT represents a reference mode where vertex data is stored directly without indexing.

Properties: DIRECT, INDEX, INDEX_TO_DIRECT.

Description

ReferenceMode is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 3 properties for programmatic use.

The class also provides the DIRECT property (gets the direct), the INDEX property (gets the index), the INDEX_TO_DIRECT property (gets the index to direct).

Properties

NameTypeAccessDescription
DIRECT``ReadGets the direct.
INDEX``ReadGets the index.
INDEX_TO_DIRECT``ReadGets the index to direct.

See Also