![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
Functions | |
| void | init (void) |
| INIT//////////////////////////////////////////////////////////. More... | |
| void | drawlogo (void) |
| DRAWLOGO///////////////////////////////////////////////////////. More... | |
| void | display (void) |
| DISPLAY////////////////////////////////////////////////////////. More... | |
| void | centerlogo (void) |
| CENTERLOGO//////////////////////////////////////////////////////. More... | |
| void | reshape (int pw, int ph) |
| RESHAPE/////////////////////////////////////////////////////////. More... | |
| void | idle (void) |
| IDLE//////////////////////////////////////////////////////////. More... | |
| void | keyboard (unsigned char pkey, int px, int py) |
| KEYBOARD////////////////////////////////////////////////////////. More... | |
| void | keyboard2 (int pkey, int px, int py) |
| void | exitfunc (void) |
| EXITFUNC////////////////////////////////////////////////////////. More... | |
| int | main (int argc, char **argv) |
Variables | |
| DECLARE_TRACE | |
| ToolBox::IO_Model_X | IOX |
| Frm::Model3D | MyModel |
| Frm::Model3D * | CurrentModel |
| Object3D | MyObject |
| float | movex |
| float | movey |
| float | movez |
| Frm::Vertex | ObjectCenter |
| uint16 | index |
| std::string | g_ResDir = "D:/Samples/XFilePC/" |
| void centerlogo | ( | void | ) |
CENTERLOGO//////////////////////////////////////////////////////.
| void display | ( | void | ) |
DISPLAY////////////////////////////////////////////////////////.
| void drawlogo | ( | void | ) |
DRAWLOGO///////////////////////////////////////////////////////.
| void exitfunc | ( | void | ) |
EXITFUNC////////////////////////////////////////////////////////.
| void idle | ( | void | ) |
IDLE//////////////////////////////////////////////////////////.
| void init | ( | void | ) |
INIT//////////////////////////////////////////////////////////.
| void keyboard | ( | unsigned char | pkey, |
| int | px, | ||
| int | py | ||
| ) |
KEYBOARD////////////////////////////////////////////////////////.
| void keyboard2 | ( | int | pkey, |
| int | px, | ||
| int | py | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void reshape | ( | int | pw, |
| int | ph | ||
| ) |
RESHAPE/////////////////////////////////////////////////////////.
| Frm::Model3D* CurrentModel |
| DECLARE_TRACE |
| std::string g_ResDir = "D:/Samples/XFilePC/" |
| uint16 index |
| float movex |
| float movey |
| float movez |
| Frm::Model3D MyModel |
| Object3D MyObject |
| Frm::Vertex ObjectCenter |