Enum MeshVisualShadingModeValue
Definition
- Assembly:
- Tizen.NUI.dll
The shading mode used by the mesh visual.
public enum MeshVisualShadingModeValue
Fields
Name | Description |
---|---|
TexturedWithDetailedSpecularLighting | Uses all textures provided including gloss, normal, and texture map along with specular, ambient, and diffuse lighting. |
TexturedWithSpecularLighting | Uses only the visual image textures provided with specular lighting in addition to ambient and diffuse lighting. |
TexturelessWithDiffuseLighting | Simplest. One color that is lit by ambient and diffuse lighting. |