X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fmesh-visual-properties.h;h=765fce7d06ab4f274837664eefcdf32542d5635d;hp=29b50f25412ee767ca5addc02b77cd7447b1fe4b;hb=refs%2Ftags%2Fdali_1.2.61;hpb=977955345d74e5ed53c8366822fbeae4afc66684 diff --git a/dali-toolkit/public-api/visuals/mesh-visual-properties.h b/dali-toolkit/public-api/visuals/mesh-visual-properties.h index 29b50f2..765fce7 100644 --- a/dali-toolkit/public-api/visuals/mesh-visual-properties.h +++ b/dali-toolkit/public-api/visuals/mesh-visual-properties.h @@ -27,12 +27,29 @@ namespace Dali namespace Toolkit { +/** + * @addtogroup dali_toolkit_visuals + * @{ + */ + +/** + * @brief MeshVisual is to render a mesh using a .obj file, optionally with textures provided by a mtl file. + * @SINCE_1_1.45 + */ namespace MeshVisual { +/** + * @brief MeshVisual Property + * @SINCE_1_1.45 + */ namespace Property { +/** + * @brief MeshVisual Property + * @SINCE_1_1.45 + */ enum { /** @@ -98,9 +115,17 @@ enum } // namespace Property +/** + * @brief The shading mode used by MeshVisual. + * @SINCE_1_1.45 + */ namespace ShadingMode { +/** + * @brief The shading mode used by MeshVisual. + * @SINCE_1_1.45 + */ enum Value { TEXTURELESS_WITH_DIFFUSE_LIGHTING, ///< *Simplest*. One color that is lit by ambient and diffuse lighting. @SINCE_1_1.45 @@ -112,6 +137,10 @@ enum Value } // namespace MeshVisual +/** + * @} + */ + } // namespace Toolkit } // namespace Dali