From ecc1309a04b527c62ffe97e814daf050dbd025cd Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 17 Aug 2019 04:13:32 -0400
Subject: [PATCH] Skin shader + material panel fix.

---
 Cone.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Cone.java b/Cone.java
index 63892ae..571227c 100644
--- a/Cone.java
+++ b/Cone.java
@@ -193,6 +193,16 @@
         return inside;
     }
 
+    double uStretch()
+    {
+        return 6; // Actually 6.28 (I think)
+    }
+    
+    double vFlip(double v)
+    {
+        return 1-v;
+    }
+    
     Vertex biparamFunction(double u, double v)
     {
         cVector tPos;

--
Gitblit v1.6.2