Add chris.

This commit is contained in:
Sebastian Cabrera 2023-05-31 21:54:06 -04:00
parent f7fef8c958
commit 1aa8033b5a
2 changed files with 1 additions and 1 deletions

View file

@ -33,7 +33,7 @@ public class TestGame implements ILogic {
renderer.init();
Model model = loader.loadOBJModel("/models/cube.obj");
model.setTexture(new Texture(loader.loadTexture("/textures/bryan.jpg")));
model.setTexture(new Texture(loader.loadTexture("/textures/chris.png")));
entity = new Entity(model, new Vector3f(0, 0, -5), new Vector3f(0, 0, 0), 1);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 694 KiB