added screenshots
This commit is contained in:
parent
b882192fe7
commit
6ece9f6f7e
|
@ -2,6 +2,7 @@ package entry;
|
||||||
|
|
||||||
import optics.view.PlayerController;
|
import optics.view.PlayerController;
|
||||||
import pathtracing.Pathtracer;
|
import pathtracing.Pathtracer;
|
||||||
|
import raytracing.Raytracer;
|
||||||
import renderer.Display;
|
import renderer.Display;
|
||||||
import renderer.Renderer;
|
import renderer.Renderer;
|
||||||
import renderer.Resolution;
|
import renderer.Resolution;
|
||||||
|
@ -10,7 +11,7 @@ public class Main {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
|
||||||
Resolution resolution = new Resolution(800, 800, 6);
|
Resolution resolution = new Resolution(800, 800, 2);
|
||||||
|
|
||||||
PlayerController controller = new PlayerController();
|
PlayerController controller = new PlayerController();
|
||||||
|
|
||||||
|
|
Reference in New Issue