Removed old Matrix4 class

This commit is contained in:
Anuken
2020-01-07 11:16:04 -05:00
parent c8980163e9
commit c611ce9d58
5 changed files with 4 additions and 6 deletions

View File

@@ -12,9 +12,10 @@ public class PlanetRenderer{
public void draw(){
Draw.flush();
Gl.clear(Gl.depthBufferBit);
Tmp.v1.trns(Time.time() * 2f, 30f);
cam.position.set(Tmp.v1.x, Tmp.v1.y, 0);
cam.position.set(Tmp.v1.x, Tmp.v1.y, 5);
cam.resize(Core.graphics.getWidth(), Core.graphics.getHeight());
cam.lookAt(0, 0, 0);
cam.update();