This commit is contained in:
Claudel-D-Roy
2023-12-02 15:19:46 -05:00
parent 5a491c5446
commit df0a142b12
3 changed files with 32 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ public:
void Init();
void Feed(const netprot::Output out);
void Render(TextureAtlas& atlas, Shader& shader, Transformation tran, float elapsedTime);
void Render(TextureAtlas& atlas, Shader& shader, Transformation tran, float elapsedTime, Player& camera);
bool LoadTexture(Texture& texture, const std::string& filename, bool useMipmaps, bool stopOnError);
void SetPosition(Vector3f pos) { m_position = pos; }