#include "semaphore.h"#include "vector3.h"#include "wakevortex.h"#include "airport.h"#include "average.h"#include "mythread.h"#include <GL/gl.h>Go to the source code of this file.
Compounds | |
| struct | GlobalStruct |
Defines | |
| #define | NUM_VORTEX_DRAW_MODES 4 |
| #define | NUM_AIRCRAFT_DRAW_MODES 3 |
Enumerations | |
| enum | { DRAW_NONE = 0, DRAW_LINE, DRAW_BSPLINE, DRAW_POINTS, NO_AIRCRAFT = 0, SIMPLE_AIRCRAFT, DRAW_747 } |
Functions | |
| DEFINE_TEMPLATE_THREAD_CLASS (VortexThread, Vortex) | |
Variables | |
| char | vortex_draw_mode_string [NUM_VORTEX_DRAW_MODES][20] |
| GlobalStruct | GV |
| char | colormapTypes [][20] |
| int | colormapType |
| Airport * | myAirport |
| VortexThread * | vortexThread |
| Semaphore | vortex_lock |
| Semaphore | cavesem |
| Vortex * | vort |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001