Git Product home page Git Product logo

Comments (2)

Johni0702 avatar Johni0702 commented on June 26, 2024

Quick explanation of how the mod works:

The way Fade In Chunks does its fading is to not actually change the chunks' opacity (cause that's complicated with caves and transparent blocks and such) but to instead interpolate each pixel between its normal color and the background color (I believe that's how bedrock does it as well).
The easy way to do this is to assume that background color is the same thing as fog color, which is true in most cases. and in those were it isn't, vanilla already has what I would consider a graphics bug in that you can clearly make out the edge of foggy mountains when really the point of the fog was to fade them into the background. so, if one were to fix this via a mod, having it as its own dedicated mod would be valuable and it would also fix the fade in effect, meaning just assuming background color = fog color isn't too bad of an assumption.

So they do have an animation but it's fading from foggy to foggy. This is just an unfortunate shortcoming of how the whole thing is implemented.
Fixing this would effectively yield aforementioned fog-fix mod and that is something I'd like to do eventually but as explained it'll be its own mod, so I'm closing this issue as "working as intended" (or "vanilla bug" if you will).

from fade-in-chunks.

CalXee avatar CalXee commented on June 26, 2024

Coolio, thanks for the explanation! :)

from fade-in-chunks.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.