From 1c7c747a92209932d286ed6fac6f5d2697ba6f2b Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Fri, 1 Mar 2024 11:00:23 +1000 Subject: [PATCH] a --- src/main/java/me/cortex/voxy/common/world/other/Mipper.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/me/cortex/voxy/common/world/other/Mipper.java b/src/main/java/me/cortex/voxy/common/world/other/Mipper.java index 1bbae44c..097d7b00 100644 --- a/src/main/java/me/cortex/voxy/common/world/other/Mipper.java +++ b/src/main/java/me/cortex/voxy/common/world/other/Mipper.java @@ -12,6 +12,10 @@ public class Mipper { //TODO: mip with respect to all the variables, what that means is take whatever has the highest count and return that //TODO: also average out the light level and set that as the new light level //For now just take the most top corner + + //TODO: i think it needs to compute the _max_ light level, since e.g. if a point is bright irl + // you can see it from really really damn far away. + // it could be a heavily weighted average with a huge preference to the top most lighting value if (!Mapper.isAir(I111)) { return I111; }