Remove meme images.

This commit is contained in:
Sebastian Cabrera 2023-05-31 22:01:55 -04:00
parent 1aa8033b5a
commit c5e5bca9ec
6 changed files with 2849794 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/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);
}

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