Added Camera

This commit is contained in:
Claire Schwarzer 2026-02-03 05:24:21 +01:00
parent 89e47fa56c
commit 3842a877ac
7 changed files with 233 additions and 67 deletions

View file

@ -10,7 +10,7 @@ class Texture
public:
unsigned int ID;
int width, height, nrChannels;
Texture(const char* texturePath, bool flip = false)
{
// Create the Texture and set our ID