osgGA

The osgGA module provides facilities to help developers write the glue to allow the osg to work with varying window systems

Importing

To use the types in this module, import the module with the following line:

import osgGA 2.0

Types

The following types are provided:

CameraManipulator

Uncreatable base type for all camera manipulators

FirstPersonManipulator

Control based on position and orientation

FlightManipulator

Flight simulator-like camera control

NodeTrackerManipulator

Control based on tracked node position and orientation

OrbitManipulator

Manipulator based on focal center, distance from the center, and orientation of distance vector to the eye

StandardManipulator

Provides basic functionality for user controlled manipulation

TrackballManipulator

Trackball manipulator