v_sim.InteractiveClass¶
Fields¶
Name |
Type |
Access |
Description |
|---|---|---|---|
lastCamera |
[ |
r |
a pointer on the last selected camera. |
parent |
r |
the parent. |
|
preferedObserveMethod |
r |
the prefered method to move the camera. |
|
savedCameras |
[ |
r |
the list of saved cameras. |
Methods¶
class |
|
class |
|
Details¶
- class v_sim.InteractiveClass¶
An opaque structure representing the class of
v_sim.Interactiveobjects.- classmethod getPreferedObserveMethod()¶
- Returns:
an integer that identify the method, see #OPENGL_OBSERVE_CONSTRAINED, and #OPENGL_OBSERVE_WALKER flags.
- Return type:
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.