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
| Name | Type | Access | Description |
|---|---|---|---|
DIRECT | `` | Read | Gets the direct. |
INDEX | `` | Read | Gets the index. |
INDEX_TO_DIRECT | `` | Read | Gets the index to direct. |