From 5892f05411c3d4dce2d8a59e0966dc2e1843a971 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 17 Aug 2019 08:33:35 -0400
Subject: [PATCH] Fix L&F nimbus too slow.

---
 Sphere.java |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Sphere.java b/Sphere.java
index 692bffb..baf117f 100644
--- a/Sphere.java
+++ b/Sphere.java
@@ -126,6 +126,11 @@
         return 2;
     }
     
+    double vFlip(double v)
+    {
+        return 1-v;
+    }
+    
     Vertex biparamFunction(double u, double v)
     {
         double uAng = LA.toRadians(u * 360);

--
Gitblit v1.6.2