First working version of IQM animations

Still a work in progress but it already works...
Current riqm API could be simplified...
This commit is contained in:
Ray 2018-07-24 18:28:58 +02:00
parent a5311eddf0
commit 198a023527
8 changed files with 81 additions and 6456 deletions

View file

@ -77,10 +77,10 @@ int main()
DrawGrid(10, 1.0f); // Draw a grid
EndMode3D();
DrawText("PRESS SPACE to PLAY IQM MODEL ANIMATION", 10, 10, 20, MAROON);
DrawText("(c) Guy IQM 3D model by -------", screenWidth - 200, screenHeight - 20, 10, GRAY);
DrawFPS(10, 10);
DrawText("(c) Guy IQM 3D model by @culacant", screenWidth - 200, screenHeight - 20, 10, GRAY);
EndDrawing();
//----------------------------------------------------------------------------------