|
0.3.1
|
Files | |
| file | mic3d.h |
Data Structures | |
| struct | camera |
| Not yet documented. More... | |
Typedefs | |
| typedef enum camera_type | camera_type_t |
| Not yet documented. | |
| typedef struct camera | camera_t |
| Not yet documented. | |
Enumerations | |
| enum | camera_type |
| Not yet documented. More... | |
Functions | |
| void | camera_type_set (camera_type_t type) |
| Set the camera type. | |
| void | camera_lookat (const camera_t *camera) |
| Not yet documented. | |
| void | camera_moveto (const camera_t *camera) |
| Move the camera. | |
| fix16_mat43_t * | camera_matrix_get (void) |
| Get the camera matrix. | |
| struct camera |
Not yet documented.
| Data Fields | ||
|---|---|---|
| fix16_vec3_t | target | Not yet documented. |
| fix16_vec3_t | up | Not yet documented. |
| fix16_vec3_t | position | Not yet documented. |
| enum camera_type |
| void camera_type_set | ( | camera_type_t | type | ) |
Set the camera type.
Not yet documented.
| type |
| void camera_lookat | ( | const camera_t * | camera | ) |
Not yet documented.
| [in] | camera |
| void camera_moveto | ( | const camera_t * | camera | ) |
Move the camera.
Not yet documented.
| [in] | camera |
| fix16_mat43_t * camera_matrix_get | ( | void | ) |
Get the camera matrix.
Not yet documented.