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
| Value | Description |
|---|---|
None | Represents no rendering features enabled |
Primitive | Represents rendering of geometric primitives only |
Shading | Represents application of shading calculations |
Texture | Represents inclusion of texture mapping |
All | Represents all rendering features (primitive, shading, texture) enabled |