You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With shaders you can change how all is rendered in Minecraft. For example, is the way to go for implementing new effects like a more realistic water. Let's understand the limits of shaders in Minecraft and howto create and use them.
The goal is to use GLSL shaders to modify MC rendering. And the final goal is to understand how all of this could be use to implement Ray Tracing in Minecraft.
One of the goals is to understand the architectural changes in Minecraft RT.
The text was updated successfully, but these errors were encountered:
With shaders you can change how all is rendered in Minecraft. For example, is the way to go for implementing new effects like a more realistic water. Let's understand the limits of shaders in Minecraft and howto create and use them.
Let's start from #101 (comment) and put the focus in https://optifine.net/home.
The goal is to use GLSL shaders to modify MC rendering. And the final goal is to understand how all of this could be use to implement Ray Tracing in Minecraft.
One of the goals is to understand the architectural changes in Minecraft RT.
The text was updated successfully, but these errors were encountered: