Struct MeshVisualProperty
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
This specifies properties of the MeshVisual.
public struct MeshVisualProperty
Fields
View SourceLightPosition
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 |
---|---|
Int32 |
API Level: 3
View SourceMaterialtURL
The location of the ".mtl" file.
Declaration
public static readonly int MaterialtURL
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceObjectURL
The location of the ".obj" file.
Declaration
public static readonly int ObjectURL
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceShadingMode
Sets the type of shading mode that the mesh will use.
Declaration
public static readonly int ShadingMode
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceTexturesPath
Path to the directory the textures (including gloss and normal) are stored in.
Declaration
public static readonly int TexturesPath
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceUseMipmapping
Whether to use mipmaps for textures or not.
Declaration
public static readonly int UseMipmapping
Field Value
Type | Description |
---|---|
Int32 |
API Level: 3
View SourceUseSoftNormals
Whether to average normals at each point to smooth textures or not.
Declaration
public static readonly int UseSoftNormals
Field Value
Type | Description |
---|---|
Int32 |