From d5d6485126da83b06645e90e3e4ce66659a56009 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 17 Aug 2019 13:56:24 -0400 Subject: [PATCH] Reset transform, fix loop versioning. --- Box.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Box.java b/Box.java index 3191b3e..b674d00 100644 --- a/Box.java +++ b/Box.java @@ -106,10 +106,10 @@ cVector minima; cVector maxima; static float umap[] = { - 0, 1, 0, 1, 1, 0, 1, 0 + 0, 1, 0, 1, 1, 0, 1, 0, }; static float vmap[] = { - 0, 0, 1, 1, 1, 1, 0, 0 + 1, 1, 0, 0, 1, 1, 0, 0, }; static int faces[][] = { { -- Gitblit v1.6.2