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 458 of file MainLoop.c.
contenttype* tcontenttype::contents |
Definition at line 461 of file MainLoop.c.
int tcontenttype::itype |
Definition at line 459 of file MainLoop.c.
contenttype* tcontenttype::next |
Definition at line 462 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 467 of file MainLoop.c.
contenttype* tcontenttype::pnext |
Definition at line 463 of file MainLoop.c.
void(* tcontenttype::render) (void *self) |
Definition at line 466 of file MainLoop.c.
float tcontenttype::viewport[4] |
Definition at line 464 of file MainLoop.c.