Struct MeshVisualProperty

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

This specifies properties of the MeshVisual.

C#
Copy
public struct MeshVisualProperty

Fields

View Source

LightPosition

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

Declaration
C#
Copy
public static readonly int LightPosition
Field Value
Type Description
Int32
API Level: 3
View Source

MaterialtURL

The location of the ".mtl" file.

Declaration
C#
Copy
public static readonly int MaterialtURL
Field Value
Type Description
Int32
API Level: 3
View Source

ObjectURL

The location of the ".obj" file.

Declaration
C#
Copy
public static readonly int ObjectURL
Field Value
Type Description
Int32
API Level: 3
View Source

ShadingMode

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

Declaration
C#
Copy
public static readonly int ShadingMode
Field Value
Type Description
Int32
API Level: 3
View Source

TexturesPath

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

Declaration
C#
Copy
public static readonly int TexturesPath
Field Value
Type Description
Int32
API Level: 3
View Source

UseMipmapping

Whether to use mipmaps for textures or not.

Declaration
C#
Copy
public static readonly int UseMipmapping
Field Value
Type Description
Int32
API Level: 3
View Source

UseSoftNormals

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

Declaration
C#
Copy
public static readonly int UseSoftNormals
Field Value
Type Description
Int32
API Level: 3