From cf7cfa1c792eebba606a48aa648893f6e4873263 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 22 Jul 2019 23:03:04 -0400 Subject: [PATCH] Embed JPEG. --- Grid.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Grid.java b/Grid.java index 1780c12..e8b144a 100644 --- a/Grid.java +++ b/Grid.java @@ -64,7 +64,7 @@ Vertex biparamFunction(double u, double v) { - Vertex temp = new Vertex((2*v-1)*radius*8, 0 /*-radius,*/, (2*u-1)*radius*8); + Vertex temp = new Vertex((2*v-1)*radius*4, 0 /*-radius,*/, (2*u-1)*radius*4); temp.norm = LA.newVector(0,1,0); return temp; } -- Gitblit v1.6.2