#include <cybwinmousevpctrlc.h>
Collaboration diagram for CybWinMouseVPCtrlC:

Public Types | |
| enum | NavMode { cFLY, cSTUDY } |
Public Methods | |
| CybWinMouseVPCtrlC (CybWorldC *) | |
| void | SetViewpointSensor (CybViewpointSensorC *pS) |
| void | SetNavMode (NavMode) |
| void | Button (int button, int state, int x, int y) |
| void | Motion (int x, int y) |
| void | Update () |
Protected Methods | |
| void | MoveViewpoint (double) |
| void | SetViewpointPos (const VectorC &) |
| void | SetViewpointNormal (const VectorC &) |
Protected Attributes | |
| CybWorldC * | m_pWorld |
| TimeC | m_lastUpdateView |
| TimeC | m_lastFramecounterReset |
| int | m_framecounter |
| double | m_minFrameRate |
| int | m_blickmodus |
| double | m_dYScale |
| double | m_dSpeed |
| SFVec2f | m_p |
| SFVec2f | m_pp |
| int | m_bt |
| CybViewpointSensorC * | m_pViewpointSensor |
| SFVec3f | m_viewpointPos |
| SFVec3f | m_viewpointNorm |
| double | m_viewpointRol |
|
|
Definition at line 44 of file cybwinmousevpctrlc.h.
|
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 70 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 76 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 72 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 71 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 67 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 66 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 65 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 68 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 74 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 75 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 78 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 63 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 81 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 80 of file cybwinmousevpctrlc.h. |
|
|
Definition at line 82 of file cybwinmousevpctrlc.h. |
1.3-rc2