Add chris.
This commit is contained in:
parent
f7fef8c958
commit
1aa8033b5a
2 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
BIN
src/main/resources/textures/chris.png
Normal file
BIN
src/main/resources/textures/chris.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 694 KiB |
Loading…
Add table
Add a link
Reference in a new issue