Showing results for

scene graph

on doc.magnum.graphics
doc.magnum.graphics › magnum › compilation speedup.html
Tips and tricks » Speeding up compilation | Magnum C++ docs
...handling of various types and sizes of data, for example whole scene graph can operate either with Float or Double data type. However, having...
doc.magnum.graphics › magnum › classMagnum 1 1SceneGraph 1…
Magnum::SceneGraph::AbstractObject class | Magnum C++ docs
...See also Using the scene graph for more information.
Uses Corrade::
for(SceneGraph::AbstractFeature3D& feature: object.features()) { …; }
Or, if you need more flexibility, like...
doc.magnum.graphics › magnum › classMagnum 1 1SceneGraph 1…
Magnum::SceneGraph::AbstractFeature class | Magnum C++ docs
...See Using the scene graph for introduction.
Uses Corrade::
Subclassing
Feature is templated on dimension count and underlying transformation type, so it can be...
doc.magnum.graphics › magnum › features.html
Feature guide | Magnum C++ docs
...Overview of algorithms and utilities in the MeshTools namespace.
- Using the scene graph — Overview of scene management capabilities.
- Debugging helpers — Convenience classes to help...
doc.magnum.graphics › magnum › classMagnum 1 1Trade 1 1Ufb…
Magnum::Trade::UfbxImporter class | Magnum C++ docs
...Scene processing
Plain FBX files can be tedious to work with as they can contain unusual scene graph features and may be defined in...
doc.magnum.graphics › python › magnum
magnum | Magnum Python docs
...creation
- module primitives
- Primitive library
- module shaders
- Builtin shaders
doc.magnum.graphics › magnum › plugins.html
Feature guide » Loading and using plugins | Magnum C++ docs
...The base Magnum libraries contain math support, scene graph implementation and are able to interact with graphics and audio hardware. However, they don't...
doc.magnum.graphics › magnum › transformations.html
Feature guide » 2D and 3D transformations | Magnum C++ docs
...See Using the scene graph for detailed description.
There's also a Math::gluLookAt()
function it's an inverse, as that makes more sense...
doc.magnum.graphics › magnum › namespaceMagnum 1 1SceneGra…
Magnum::SceneGraph namespace | Magnum C++ docs
...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...
doc.magnum.graphics › magnum › annotated.html
Magnum C++ docs
...Base for X11-based applications.
- namespace Primitives Primitive library.
-
namespace SceneGraph Scene graph library.
- class AbstractBasicTranslationRotation2D Base transformation for two-dimensional scenes supporting translation...