Enum EntityRendererFeatures
EntityRendererFeatures enumeration
The extra features that the entity renderer will provide
[Flags]
public enum EntityRendererFeatures : byte
Values
Name | Value | Description |
---|---|---|
Default | 0 | No extra features |
FrameBegin | 1 | The EntityRenderer will watch for FrameBegin callback before rendering each scene frame |
FrameEnd | 2 | The EntityRenderer will watch for FrameBegin callback after rendering each scene frame |
Shadowmap | 4 | This renderer can work in shadowmap mode |
See Also
- namespace Aspose.ThreeD.Render
- assembly Aspose.3D