From 0a52bd4800459cd9935f360d7ca9555b6bea2146 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Fri, 19 Jul 2019 20:56:44 -0400 Subject: [PATCH] CSG + paint mode. --- ClickInfo.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/ClickInfo.java b/ClickInfo.java index a73de9f..0377695 100644 --- a/ClickInfo.java +++ b/ClickInfo.java @@ -26,6 +26,8 @@ double toScreen[][]; iCameraPane pane; Graphics g; + int DX, DY; + float W = 1; static double matbuffer[][] = new double[4][4]; } -- Gitblit v1.6.2