{
class Model3dView;
}
+
+/**
+ * @addtogroup dali_toolkit_controls_model3d_view
+ * @{
+ */
+
/**
* @brief Model3dView is a control for displaying 3d geometry.
*
};
};
+ /**
+ * @brief Enumeration for the type of illumination.
+ * @SINCE_1_1.4
+ */
enum IlluminationType
{
- DIFFUSE,
- DIFFUSE_WITH_TEXTURE,
- DIFFUSE_WITH_NORMAL_MAP
+ DIFFUSE, ///< diffuse @SINCE_1_1.4
+ DIFFUSE_WITH_TEXTURE, ///< diffuse with texture @SINCE_1_1.4
+ DIFFUSE_WITH_NORMAL_MAP ///< diffuse with normal map @SINCE_1_1.4
};
/**
};
+/**
+ * @}
+ */
} // namespace Toolkit
} // namespace Dali
class DALI_IMPORT_API Ruler : public RefObject
{
public:
- /// @brief The type of the ruler
+ /**
+ * @brief Enumeration for the type of the ruler.
+ * @SINCE_1_0.0
+ */
enum RulerType {
Fixed, ///< A fixed ruler @SINCE_1_0.0
Free ///< A free ruler @SINCE_1_0.0
namespace Text
{
-// The type of text renderer required
+/**
+ * @brief Enumeration for the type of text renderer required.
+ * @SINCE_1_0.0
+ */
enum RenderingType
{
RENDERING_SHARED_ATLAS, ///< A bitmap-based solution where renderers can share a texture atlas @SINCE_1_0.0
* <td>ImageView is a control displaying an image.</td>
* </tr>
* <tr>
+ * <td style="padding-left:1em">@ref dali_toolkit_controls_model3d_view</td>
+ * <td>Model3dView is a control for displaying 3d geometry.</td>
+ * </tr>
+ * <tr>
* <td style="padding-left:1em">@ref dali_toolkit_controls_scroll_bar</td>
* <td>ScrollBar is a component that can be linked to the scrollable objects.</td>
* </tr>
* @defgroup dali_toolkit_controls_image_view Image View
* @brief ImageView is a control displaying an image.
+ * @defgroup dali_toolkit_controls_model3d_view Model3dView
+ * @brief Model3dView is a control for displaying 3d geometry.
+
* @defgroup dali_toolkit_controls_scroll_bar Scroll Bar
* @brief ScrollBar is a component that can be linked to the scrollable objects.