-
- Downloads
Began implementing level of detail system by correlating the zoom level...
Began implementing level of detail system by correlating the zoom level determined by chaos game image view with what subsection of the canvas should be populated with new points.
Showing
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosCanvas.java 53 additions, 1 deletion.../edu/ntnu/stud/chaosgame/controller/game/ChaosCanvas.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java 19 additions, 23 deletions...va/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGameFileHandler.java 0 additions, 2 deletions.../stud/chaosgame/controller/game/ChaosGameFileHandler.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/QuadtreeNode.java 58 additions, 7 deletions...edu/ntnu/stud/chaosgame/controller/game/QuadtreeNode.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameGuiView.java 54 additions, 79 deletions...n/java/edu/ntnu/stud/chaosgame/view/ChaosGameGuiView.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameImageView.java 77 additions, 14 deletions...java/edu/ntnu/stud/chaosgame/view/ChaosGameImageView.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameObserver.java 2 additions, 2 deletions.../java/edu/ntnu/stud/chaosgame/view/ChaosGameObserver.java
Loading
Please register or sign in to comment