Voxvision  1
Creating and manipulating voxel octrees
voxrnd.h
Go to the documentation of this file.
1 
5 #ifndef __VOXRND__
6 #define __VOXRND__
7 
8 #include "voxrnd/object.h"
9 #include "voxrnd/modules.h"
10 #include "voxrnd/camera.h"
11 #include "voxrnd/renderer.h"
12 #include "voxrnd/fps-control.h"
13 #include "voxrnd/cd.h"
14 #include "voxrnd/lights.h"
15 #include "voxrnd/screenshot.h"
16 #endif
Camera interface.
Collision detection.
FPS controller.
Light manager.
Generic module loading facility.
Common object definitions and dummy methods.
The renderer.
Simple BMP screenshot function.