#include "ray.h"#include "matrix.h"Go to the source code of this file.
Compounds | |
| class | Raycaster |
Defines | |
| #define | PI 3.141592654 |
Enumerations | |
| enum | { RAYCASTER, PERSPECTIVE } |
|
|
Definition at line 8 of file raycaster.h. |
|
|
Definition at line 10 of file raycaster.h.
00010 {
00011 RAYCASTER, PERSPECTIVE
00012 };
|
1.3-rc2