Enum MeshVisualShadingModeValue
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
The shading mode used by the mesh visual.
C#Copypublic enum MeshVisualShadingModeValue : int
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. |