ReferenceMode

ReferenceMode

Overview

ReferenceMode is a enum in Aspose.3D FOSS for Java.

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

This enumeration defines 3 values: DIRECT, INDEX_TO_DIRECT, INDEX.

Description

ReferenceMode is an enumeration type in the Aspose.3D FOSS library for Java. It defines a set of named constants that control behavior or specify options within the API. Enumerations like ReferenceMode help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
DIRECTRepresents a reference mode where vertex data is stored directly without indices
INDEX_TO_DIRECTRepresents a reference mode using indices that point to directly stored vertex data
INDEXRepresents a reference mode where geometry is defined solely by index data referencing external arrays

See Also