Welcome to Python-flavored Magnum! Please note that, while already being rather stable, this functionality is still considered experimental and some APIs might get changed without preserving full backwards compatibility.

magnum.scenegraph.matrix module

General matrix-based scene graph implementation

Classes

class Object2D
Two-dimensional object with matrix-based transformation implementation
class Object3D
Three-dimensional object with matrix-based transformation implementation
class Scene2D
Two-dimensional scene with matrix-based transformation implementation
class Scene3D
Three-dimensional scene with matrix-based transformation implementation