v_sim.InteractiveClass

Fields

Name

Type

Access

Description

lastCamera

[object]

r

a pointer on the last selected camera.

parent

GObject.ObjectClass

r

the parent.

preferedObserveMethod

v_sim.InteractiveMethod

r

the prefered method to move the camera.

savedCameras

[object]

r

the list of saved cameras.

Methods

class

getPreferedObserveMethod ()

class

setPreferedObserveMethod (method)

Details

class v_sim.InteractiveClass

An opaque structure representing the class of v_sim.Interactive objects.

classmethod getPreferedObserveMethod()
Returns:

an integer that identify the method, see #OPENGL_OBSERVE_CONSTRAINED, and #OPENGL_OBSERVE_WALKER flags.

Return type:

v_sim.InteractiveMethod

There are two methods to move the camera in a pick and observe sesion. These two methods are described in the commentary of the keys #OPENGL_OBSERVE_CONSTRAINED an d#OPENGL_OBSERVE_WALKER.

classmethod setPreferedObserveMethod(method)
Parameters:

method (v_sim.InteractiveMethod) – an integer that identify the method, see #OPENGL_OBSERVE_CONSTRAINED, and #OPENGL_OBSERVE_WALKER flags.

There are two methods to move the camera in a pick and observe sesion. These two methods are described in the commentary of the keys #OPENGL_OBSERVE_CONSTRAINED an d#OPENGL_OBSERVE_WALKER.