From 475f8cbdbd96fdbf8f5b216ffebb31a51f25c2f9 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 29 Jul 2019 20:08:48 -0400 Subject: [PATCH] Save skybox. --- ClickInfo.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/ClickInfo.java b/ClickInfo.java index 0377695..8966a67 100644 --- a/ClickInfo.java +++ b/ClickInfo.java @@ -12,6 +12,7 @@ ClickInfo() { bounds = new Rectangle(); + //System.out.println("CLICKINFO"); } static final int kCamera = 1; @@ -28,6 +29,8 @@ Graphics g; int DX, DY; float W = 1; + + double scale; // Distance from clicked point to origin static double matbuffer[][] = new double[4][4]; } -- Gitblit v1.6.2