Showing results for
on doc.magnum.graphics...handling of various types and sizes of data, for example whole scene graph can operate either with Float or Double data type. However, having...
...See also Using the scene graph for more information.
Uses Corrade::
for(SceneGraph::AbstractFeature3D& feature: object.features()) { …; }
Or, if you need more flexibility, like...
Uses Corrade::
for(SceneGraph::AbstractFeature3D& feature: object.features()) { …; }
Or, if you need more flexibility, like...
...See Using the scene graph for introduction.
Uses Corrade::
Subclassing
Feature is templated on dimension count and underlying transformation type, so it can be...
Uses Corrade::
Subclassing
Feature is templated on dimension count and underlying transformation type, so it can be...
...Overview of algorithms and utilities in the MeshTools namespace.
- Using the scene graph — Overview of scene management capabilities.
- Debugging helpers — Convenience classes to help...
- Using the scene graph — Overview of scene management capabilities.
- Debugging helpers — Convenience classes to help...
...Scene processing
Plain FBX files can be tedious to work with as they can contain unusual scene graph features and may be defined in...
Plain FBX files can be tedious to work with as they can contain unusual scene graph features and may be defined in...
...creation
- module primitives
- Primitive library
- module shaders
- Builtin shaders
- module primitives
- Primitive library
- module shaders
- Builtin shaders
...The base Magnum libraries contain math support, scene graph implementation and are able to interact with graphics and audio hardware. However, they don't...
...See Using the scene graph for detailed description.
There's also a Math::gluLookAt()
function it's an inverse, as that makes more sense...
There's also a Math::gluLookAt()
function it's an inverse, as that makes more sense...
...target_link_libraries(your-app PRIVATE Magnum::SceneGraph)
See Downloading and building, Usage with CMake and Using the scene graph for more information.
Classes
-
template<class...
See Downloading and building, Usage with CMake and Using the scene graph for more information.
Classes
-
template<class...
...Base for X11-based applications.
- namespace Primitives Primitive library.
-
namespace SceneGraph Scene graph library.
- class AbstractBasicTranslationRotation2D Base transformation for two-dimensional scenes supporting translation...
- namespace Primitives Primitive library.
-
namespace SceneGraph Scene graph library.
- class AbstractBasicTranslationRotation2D Base transformation for two-dimensional scenes supporting translation...