From 0f4fa9dc4191aaee9661c1e6d73725436ae64ac2 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 23 Jul 2019 03:30:10 -0400 Subject: [PATCH] Complete min shader. --- cRadio.java | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/cRadio.java b/cRadio.java index cc588cf..2fd1e50 100644 --- a/cRadio.java +++ b/cRadio.java @@ -32,9 +32,17 @@ if (link) camera = c; else - camera = (Camera)GraphreeD.clone(c); + 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