Added Camera
This commit is contained in:
parent
89e47fa56c
commit
3842a877ac
7 changed files with 233 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue