Struct MeshVisualProperty

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    This specifies properties of the MeshVisual.

    public struct MeshVisualProperty

    Fields

    View Source

    LightPosition

    The position, in stage space, of the point light that applies lighting to the model.

    Declaration
    public static readonly int LightPosition
    Field Value
    Type Description
    int
    View Source

    MaterialtURL

    The location of the ".mtl" file.

    Declaration
    public static readonly int MaterialtURL
    Field Value
    Type Description
    int
    View Source

    ObjectURL

    The location of the ".obj" file.

    Declaration
    public static readonly int ObjectURL
    Field Value
    Type Description
    int
    View Source

    ShadingMode

    Sets the type of shading mode that the mesh will use.

    Declaration
    public static readonly int ShadingMode
    Field Value
    Type Description
    int
    View Source

    TexturesPath

    Path to the directory the textures (including gloss and normal) are stored in.

    Declaration
    public static readonly int TexturesPath
    Field Value
    Type Description
    int
    View Source

    UseMipmapping

    Whether to use mipmaps for textures or not.

    Declaration
    public static readonly int UseMipmapping
    Field Value
    Type Description
    int
    View Source

    UseSoftNormals

    Whether to average normals at each point to smooth textures or not.

    Declaration
    public static readonly int UseSoftNormals
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX