From b95f09572148b8c53be76e17809cea1c013d1652 Mon Sep 17 00:00:00 2001 From: cola98765 Date: Thu, 21 Jul 2022 18:35:27 +0200 Subject: [PATCH] why did I root the alpha? --- src/main/java/com/seibel/lod/core/util/DataPointUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/seibel/lod/core/util/DataPointUtil.java b/src/main/java/com/seibel/lod/core/util/DataPointUtil.java index ec3345af4..d03f35011 100644 --- a/src/main/java/com/seibel/lod/core/util/DataPointUtil.java +++ b/src/main/java/com/seibel/lod/core/util/DataPointUtil.java @@ -699,7 +699,7 @@ public class DataPointUtil //{ // add simplification at the end due to color //} - dataPoint[j] = createDataPoint((int) Math.sqrt(tempAlpha), (int) Math.sqrt(tempRed), (int) Math.sqrt(tempGreen), (int) Math.sqrt(tempBlue), height, depth, tempLightSky, tempLightBlock, genMode); + dataPoint[j] = createDataPoint(tempAlpha, (int) Math.sqrt(tempRed), (int) Math.sqrt(tempGreen), (int) Math.sqrt(tempBlue), height, depth, tempLightSky, tempLightBlock, genMode); } } }