ModelRendererFlags

Description

[Flags]
enum Tinman.Engine.Models.ModelRendererFlags

Enumeration of flags for rendering 3D models.

Public / Constants

None

public constant None → (0:int32)

No model renderer flags.

Wireframe

public constant Wireframe → (1:int32)

Enable wireframe render mode?

PixelFrequency

public constant PixelFrequency → (2:int32)

Run pixel/fragment shaders at pixel frequency, instead of multi-sample frequency?

This flag may be specified to improve performance when the quality improvement of multi-sample frequency over pixel frequency is not relevant.

NoLighting

public constant NoLighting → (4:int32)

Render unlit geometry without shadows?

NoShadows

public constant NoShadows → (8:int32)

Do not apply shadow mapping when rendering lit geometry?

All

public constant All → (15:int32)

All model renderer flags.