FreeWRL / FreeX3D 4.3.0
|
Data Fields | |
int | itype |
contenttype * | contents |
contenttype * | next |
contenttype * | pnext |
float | viewport [4] |
void(* | render )(void *self) |
int(* | pick )(void *self, int mev, int butnum, int mouseX, int mouseY, unsigned int ID, int windex) |
Definition at line 447 of file MainLoop.c.
contenttype* tcontenttype::contents |
Definition at line 450 of file MainLoop.c.
int tcontenttype::itype |
Definition at line 448 of file MainLoop.c.
contenttype* tcontenttype::next |
Definition at line 451 of file MainLoop.c.
int(* tcontenttype::pick) (void *self, int mev, int butnum, int mouseX, int mouseY, unsigned int ID, int windex) |
Definition at line 456 of file MainLoop.c.
contenttype* tcontenttype::pnext |
Definition at line 452 of file MainLoop.c.
void(* tcontenttype::render) (void *self) |
Definition at line 455 of file MainLoop.c.
float tcontenttype::viewport[4] |
Definition at line 453 of file MainLoop.c.