control primitive drawing order

This commit is contained in:
Irlan
2018-05-03 20:17:14 -03:00
parent 9eb1a5b481
commit fbc5f2ea55
2 changed files with 47 additions and 4 deletions

View File

@ -60,6 +60,8 @@ public:
g_draw->DrawString(b3Color_white, "Left/Right/Up/Down Arrow - Translate shape");
g_draw->DrawString(b3Color_white, "X/Y/Z - Rotate shape");
g_draw->Flush();
}
virtual void KeyDown(int key)