osg
The core osg module provides the basic scene graph types such as Nodes, State and Drawables, and maths and general helper types
Importing
To use the types in this module, import the module with the following line:
import osg 2.0
Types
The following types are provided:
Shape | |
Composition of shapes | |
Shape | |
Shape | |
Base type for drawable geometry | |
Geometry node | |
General group node which maintains a list of children | |
Transform via matrix 4x4 | |
Base type for all internal nodes in the scene graph | |
Base type | |
Transform via vector and quaternion | |
Base type for all shape types | |
Allow the use of Shapes as Drawables | |
Shape | |
Stores a set of modes and attributes which represent a set of OpenGL state | |
Transformation group |