EntityRendererFeatures

EntityRendererFeatures

Overview

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

EntityRendererFeatures.None represents no rendering features enabled.

This enumeration defines 5 values: None, Primitive, Shading, Texture, All.

Description

EntityRendererFeatures 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 EntityRendererFeatures help ensure type safety by restricting values to a predefined set.

Values

ValueDescription
NoneRepresents no rendering features enabled
PrimitiveRepresents rendering of geometric primitives only
ShadingRepresents application of shading calculations
TextureRepresents inclusion of texture mapping
AllRepresents all rendering features (primitive, shading, texture) enabled

See Also