From 8c837a9e50c29e66bdf5bd7ea2fd15b1a7d5d598 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 29 Apr 2019 15:12:34 -0400 Subject: [PATCH] Use separators. --- Object3D.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Object3D.java b/Object3D.java index 8beaebd..70c7ead 100644 --- a/Object3D.java +++ b/Object3D.java @@ -2906,7 +2906,8 @@ { if (bRep != null) { - bRep.GenUV(); + bRep.GenUV(); //1); + //bRep.UnfoldUV(); Touch(); } } @@ -5898,6 +5899,7 @@ return; } + //bRep.GenUV(1/material.diffuseness); // bRep.lock = true; //javax.media.opengl.GL gl = display.GetGL(); -- Gitblit v1.6.2