#include <stdlib.h>
#include "vtx.h"
#include "matrix.h"
#include "obj_driver.h"
#include "draw/viewport.h"
Go to the source code of this file.
Data Structures | |
struct | fime_star_trans_t |
fime star transform and anim. More... | |
struct | fime_star_t |
fime star. More... | |
struct | fime_star_box_t |
fime star field bounding box. More... | |
struct | fime_star_field_s |
star field. More... | |
Typedefs | |
typedef fime_star_field_s | fime_star_field_t |
typedef void(* | fime_star_generator_t )(fime_star_field_t *, fime_star_t *) |
star generator function. | |
Functions | |
fime_star_field_t * | fime_star_init (int nb_stars, const char **forms, const fime_star_box_t *box, void *cookie) |
void | fime_star_shutdown (fime_star_field_t *sf) |
int | fime_star_update (fime_star_field_t *sf, const float seconds) |
int | fime_star_render (fime_star_field_t *sf, viewport_t *vp, dcpmatrix_t camera, dcpmatrix_t proj, vtx_t *ambient, vtx_t *diffuse, vtx_t *light, int opaque) |
dcplaya documentation version 2.0 | Generated on November 2004 by doxygen 1.3.6 |