Update the scalar for the canvas. There is still an uncomfortable relationship between the actual scale of the image and what the "canvas" scale accomplishes.
This commit is contained in:
parent
cb98cacb13
commit
b42b21a444
|
@ -78,7 +78,7 @@ import toxi.processing.*;
|
||||||
// helper class for rendering
|
// helper class for rendering
|
||||||
ToxiclibsSupport gfx;
|
ToxiclibsSupport gfx;
|
||||||
|
|
||||||
import javax.swing.UIManager;
|
//import javax.swing.UIManager;
|
||||||
import javax.swing.JFileChooser;
|
import javax.swing.JFileChooser;
|
||||||
|
|
||||||
public class Config {
|
public class Config {
|
||||||
|
@ -89,7 +89,7 @@ public class Config {
|
||||||
|
|
||||||
public int canvasWidth = 800;
|
public int canvasWidth = 800;
|
||||||
public int canvasHeight = 600;
|
public int canvasHeight = 600;
|
||||||
public float canvasScalar = 1.25;
|
public float canvasScalar = 1.3;
|
||||||
|
|
||||||
public boolean display = true;
|
public boolean display = true;
|
||||||
public int windowWidth = 800;
|
public int windowWidth = 800;
|
||||||
|
|
Loading…
Reference in New Issue