From a434119e65146fe53d612c28e1ee7af532d1b70a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 28 Jul 2019 15:25:44 -0400 Subject: [PATCH] Skyboxes --- cRadio.java | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/cRadio.java b/cRadio.java index 0714434..2fd1e50 100644 --- a/cRadio.java +++ b/cRadio.java @@ -35,6 +35,14 @@ camera = (Camera)Grafreed.clone(c); } + //byte[] versions[] = new byte[100][]; + //boolean[] user = new boolean[100]; + + //int versionindex = -1; + + // Patch to avoid bug with transparency. + boolean hadMaterial; + Object3D object; Camera camera; cButton layout; -- Gitblit v1.6.2