Showing results for
on doc.magnum.graphics...Namespaces
- namespace Magnum new in Git master
- Root namespace.
- namespace Magnum::SceneGraph
- Scene graph library.
- namespace Magnum new in Git master
- Root namespace.
- namespace Magnum::SceneGraph
- Scene graph library.
Model Viewer
Scene graph, resource management and model importing.
This example shows how to load a 3D scene file provided via a command line...
Scene graph, resource management and model importing.
This example shows how to load a 3D scene file provided via a command line...
...3D vertex color OpenGL shader
-
module scenegraph Scene graph library
-
module matrix General matrix-based scene graph implementation
-
module scenegraph Scene graph library
-
module matrix General matrix-based scene graph implementation
...Debug renderers
Debug renderers provide a way to visualize objects and object features in scene graph without the need to mess around with meshes...
Debug renderers provide a way to visualize objects and object features in scene graph without the need to mess around with meshes...
...specific application and context creation.
- namespace Primitives Primitive library.
- namespace SceneGraph Scene graph library.
- namespace SceneTools new in Git master Scene tools.
- namespace Shaders...
- namespace Primitives Primitive library.
- namespace SceneGraph Scene graph library.
- namespace SceneTools new in Git master Scene tools.
- namespace Shaders...
...This example also demonstrates usage of scene graph, resource manager and pre-made primitives.
Usage
The application tries to load a cube map texture...
Usage
The application tries to load a cube map texture...
...Base of scene graph. Contains specific transformation implementation, takes care of parent/children relationship and contains features. See Using the scene graph for introduction...
...and custom shaders.
Importing mesh data, 3D transformations and input handling.
Scene graph, resource management and model importing.
Shows how to use Magnum with...
Importing mesh data, 3D transformations and input handling.
Scene graph, resource management and model importing.
Shows how to use Magnum with...
...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...
...exec())
Primitives, using a scene graph
Same behavior as above, but this time handling transformations using the scene graph. Compared to doing the same...
Primitives, using a scene graph
Same behavior as above, but this time handling transformations using the scene graph. Compared to doing the same...