Added model loading
This commit is contained in:
parent
707687b682
commit
8c62929e3c
24 changed files with 199852 additions and 23 deletions
|
@ -99,8 +99,8 @@ int main(int argc, char** argv)
|
|||
}
|
||||
|
||||
// Create a texture
|
||||
oglu::Texture crate = oglu::MakeTexture("assets/crate.jpg");
|
||||
oglu::Texture opengl = oglu::MakeTexture("assets/opengl.png");
|
||||
oglu::Texture crate = oglu::MakeTexture("assets/crate.jpg", "crate");
|
||||
oglu::Texture opengl = oglu::MakeTexture("assets/opengl.png", "opengl");
|
||||
|
||||
oglu::Camera camera;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue