file
Drawable.hClass Magnum::
Namespaces
- namespace Magnum
- Root namespace.
- namespace Magnum::SceneGraph
- Scene graph library.
Classes
-
template<UnsignedInt dimensions, class T>class Magnum::SceneGraph::Drawable
- Drawable.
Typedefs
-
template<class T>using BasicDrawable2D = Drawable<2, T>
- Drawable for two-dimensional scenes.
- using Drawable2D = BasicDrawable2D<Float>
- Drawable for two-dimensional float scenes.
-
template<class T>using BasicDrawable3D = Drawable<3, T>
- Drawable for three-dimensional scenes.
- using Drawable3D = BasicDrawable3D<Float>
- Drawable for three-dimensional float scenes.
-
template<UnsignedInt dimensions, class T>using DrawableGroup = FeatureGroup<dimensions, Drawable<dimensions, T>, T>
- Group of drawables.
-
template<class T>using BasicDrawableGroup2D = DrawableGroup<2, T>
- Group of drawables for two-dimensional scenes.
- using DrawableGroup2D = BasicDrawableGroup2D<Float>
- Group of drawables for two-dimensional float scenes.
-
template<class T>using BasicDrawableGroup3D = DrawableGroup<3, T>
- Group of drawables for three-dimensional scenes.
- using DrawableGroup3D = BasicDrawableGroup3D<Float>
- Group of drawables for three-dimensional float scenes.