X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fmesh-visual-properties.h;h=765fce7d06ab4f274837664eefcdf32542d5635d;hb=2552b4ff0c24234ac66ba137ad568bf7262cca82;hp=d9b73484a1ba83b19a2b24b4b863d9806f7b9248;hpb=aaf4d0fc389f5dea68d99ce68413c18a472f7e4e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/mesh-visual-properties.h b/dali-toolkit/public-api/visuals/mesh-visual-properties.h index d9b7348..765fce7 100644 --- a/dali-toolkit/public-api/visuals/mesh-visual-properties.h +++ b/dali-toolkit/public-api/visuals/mesh-visual-properties.h @@ -32,12 +32,24 @@ namespace Toolkit * @{ */ +/** + * @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 { /** @@ -103,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