Shader |
public enum ShaderQuality
Member name | Value | Description |
---|---|---|
Undefined | 0 | Shader quality is not defined (usually used in Material when the PreferedShaderQuality is not set). |
Low | 1 | Low quality shaders are used - usually per vertex lighting is used. This shader quality setting has the best performance (hightes frames per second) but the lowest image quality. |
Normal | 2 | Normal quality shaders are used - usually per pixel lighting is used. |
High | 3 | High quality shaders are used. Note: DXEngine does not contain any high quality shaders. This means that when using shaders that come with DXEnige the results are the same as for Normal quality shader (but this setting can be used when custom shaders are used). |