utility functions

This commit is contained in:
h4570
2022-08-17 00:19:16 +02:00
parent 4fb0ab3b6c
commit fea2398699
27 changed files with 419 additions and 247 deletions
+2
View File
@@ -20,6 +20,7 @@
using Tyra::Engine;
using Tyra::Pad;
using Tyra::Renderer3DUtility;
using Tyra::Vec4;
namespace Demo {
@@ -41,6 +42,7 @@ class Player {
private:
void handlePlayerPosition(const Heightmap& heightmap,
const float& terrainHeight);
Renderer3DUtility* utility;
float speed;
Pad* pad;