#include "boundingsphere.h"#include "object.h"#include <GLUT/glut.h>#include <OpenGL/gl.h>

Go to the source code of this file.
Defines | |
| #define | OLDUPDATE |
| #define | SEPARATION 3 |
Functions | |
| void | swapptr (void **a, void **b) |
Variables | |
| int | bncount = 0 |
| #define OLDUPDATE |
Definition at line 17 of file boundingsphere.cpp.
| #define SEPARATION 3 |
| void swapptr | ( | void ** | a, | |
| void ** | b | |||
| ) |
Definition at line 36 of file boundingsphere.cpp.
| int bncount = 0 |
Definition at line 23 of file boundingsphere.cpp.
1.5.3