#include <freevr.h>
#include "Inform.h"
#include "FreeVRDisplayDevice.h"
Go to the source code of this file.
Defines | |
#define | WAND_SENSOR 1 |
#define | JS_EPSILON 0.125 |
#define | MOVE_FACTOR 2.5 |
#define | TURN_FACTOR 25.0 |
#define | SUB_JS_EPSILON(a) ((a)-copysign(JS_EPSILON,(a))) |
Variables | |
const char * | freevrStereoNameStr [1] = {"FreeVR"} |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 27 of file FreeVRDisplayDevice.C. Referenced by FreeVRDisplayDevice::FreeVRDisplayDevice. |