Facebook
From toqu, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 207
  1. private static final float WIDTH = 1200;
  2.     private static final float HEIGHT = 800;
  3.  
  4.     private double anchorX, anchorY;
  5.     private double anchorAngleX = 0;
  6.     private double anchorAngleY = 0;
  7.     private final DoubleProperty angleX = new SimpleDoubleProperty(0);
  8.     private final DoubleProperty angleY = new SimpleDoubleProperty(0);
  9.  
  10.     private final Sphere sphere = new Sphere(150);