Remove meme images.
This commit is contained in:
parent
1aa8033b5a
commit
c5e5bca9ec
6 changed files with 2849794 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/chris.png")));
|
||||
model.setTexture(new Texture(loader.loadTexture("/textures/grassblock.jpg")));
|
||||
|
||||
entity = new Entity(model, new Vector3f(0, 0, -5), new Vector3f(0, 0, 0), 1);
|
||||
}
|
||||
|
|
2849793
src/main/resources/models/room.obj
Normal file
2849793
src/main/resources/models/room.obj
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 201 KiB |
Binary file not shown.
Before Width: | Height: | Size: 694 KiB |
Binary file not shown.
Before Width: | Height: | Size: 7.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue