sphore 0.0.1
SPH openGL rendering engine
|
Code for managing the viewing volume. More...
Go to the source code of this file.
Typedefs | |
typedef struct _volume | volume_t |
Functions | |
volume_t * | volume_create (void) |
void | volume_destroy (volume_t *vol) |
void | volume_reset (volume_t *vol) |
void | volume_set (volume_t *vol, float width, float height, float depth) |
void | volume_get (volume_t *vol, float *width, float *height, float *depth) |
Code for managing the viewing volume.
volume_t* volume_create | ( | void | ) |
void volume_destroy | ( | volume_t * | vol | ) |
void volume_get | ( | volume_t * | vol, |
float * | width, | ||
float * | height, | ||
float * | depth | ||
) |
void volume_reset | ( | volume_t * | vol | ) |
void volume_set | ( | volume_t * | vol, |
float | width, | ||
float | height, | ||
float | depth | ||
) |