Showing results for

scene graph

on doc.magnum.graphics
doc.magnum.graphics › magnum › Drawable 8h.html
Magnum/SceneGraph/Drawable.h file | Magnum C++ docs
...Namespaces
- namespace Magnum new in Git master
- Root namespace.
- namespace Magnum::SceneGraph
- Scene graph library.
doc.magnum.graphics › magnum › examples viewer.html
Examples and tutorials » Model Viewer | Magnum C++ docs
Model Viewer
Scene graph, resource management and model importing.
This example shows how to load a 3D scene file provided via a command line...
doc.magnum.graphics › python › classes
Magnum Python docs
...3D vertex color OpenGL shader
-
module scenegraph Scene graph library
-
module matrix General matrix-based scene graph implementation
doc.magnum.graphics › magnum › debug tools.html
Feature guide » Debugging helpers | Magnum C++ docs
...Debug renderers
Debug renderers provide a way to visualize objects and object features in scene graph without the need to mess around with meshes...
doc.magnum.graphics › magnum › namespaces.html
Magnum C++ docs
...specific application and context creation.
- namespace Primitives Primitive library.
- namespace SceneGraph Scene graph library.
- namespace SceneTools new in Git master Scene tools.
- namespace Shaders...
doc.magnum.graphics › magnum › examples cubemap.html
Examples and tutorials » Cube Map | Magnum C++ docs
...This example also demonstrates usage of scene graph, resource manager and pre-made primitives.
Usage
The application tries to load a cube map texture...
doc.magnum.graphics › magnum › classMagnum 1 1SceneGraph 1…
Magnum::SceneGraph::Object class | Magnum C++ docs
...Base of scene graph. Contains specific transformation implementation, takes care of parent/children relationship and contains features. See Using the scene graph for introduction...
doc.magnum.graphics › magnum › example index.html
Examples and tutorials | Magnum C++ docs
...and custom shaders.
Importing mesh data, 3D transformations and input handling.
Scene graph, resource management and model importing.
Shows how to use Magnum with...
doc.magnum.graphics › magnum › pages.html
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 › python › examples
Examples | Magnum Python docs
...exec())
Primitives, using a scene graph
Same behavior as above, but this time handling transformations using the scene graph. Compared to doing the same...