![]() |
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include "SmHelicopterEventHandler.h"
#include <Inventor/actions/SoHandleEventAction.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#include <Inventor/events/SoLocation2Event.h>
#include <SmallChange/nodes/UTMCamera.h>
#include <Inventor/SbMatrix.h>
#include <Inventor/SbRotation.h>
#include <cmath>
Macros | |
#define | WAIT_FOR_BUTTONDOWN 0 |
#define | LMB_DOWN 1 |
#define | RMB_DOWN 2 |
#define | MMB_DOWN 3 |
#define | DIRECTION_NONE 0 |
#define | DIRECTION_FWD 1 |
#define | DIRECTION_BACK 2 |
Functions | |
SO_NODE_SOURCE (SmHelicopterEventHandler) | |
#define DIRECTION_BACK 2 |
#define DIRECTION_FWD 1 |
#define DIRECTION_NONE 0 |
#define LMB_DOWN 1 |
#define MMB_DOWN 3 |
#define RMB_DOWN 2 |
#define WAIT_FOR_BUTTONDOWN 0 |
SO_NODE_SOURCE | ( | SmHelicopterEventHandler | ) |