Enum MeshVisualShadingModeValue

    Definition

    Namespace:
    Tizen.NUI
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX