yodaaaaaa
This commit is contained in:
@@ -25,11 +25,6 @@ public class Window {
|
||||
public Window() {
|
||||
this.renderer = new Renderer();
|
||||
this.cam = new Camera();
|
||||
try {
|
||||
ModelLoader.loadModel("3d/bishop.glb");
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
@@ -98,7 +93,7 @@ public class Window {
|
||||
}
|
||||
|
||||
private void render() {
|
||||
cam.rotate(0.01f, 0.01f);
|
||||
cam.move(0.001f, 0.001f);
|
||||
renderer.Render(cam);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user