your current location:首页 > news>A chromosome Motion Blur Minecraft

A chromosome Motion Blur Minecraft

2024-12-12 09:22:45|Myriagame |source:minecraft skins

Brief introduction

This module adds a dynamic fuzzy effect to MC.

Can be enabled or disabled in the configuration, and the fuzzy strength can also be adjusted.

In addition, three customized shortcuts are added:

Switch dynamic fuzzy effect -default: m; m;

Improve the degree of vagueness -default: unbound;

Reduce the degree of vague -default: unbound.

Author's words

This module is not the dynamic and blurred branch of Noryea, but it does refer to some of these code;

In Noryea's module, the color device code uses GLSL 120 (some devices do not support), and this module uses GLSL 330 to support more platforms;

The author himself only wants to make dynamic fuzzy work on his M1 MacBook, and later added more functions.

Precautions

Need MIDNIGHTLIB and Satin API as the front;

If you encounter problems when using, you can submit the Issue or directly in the author's discord.

Gratitude

Thanks Noryea for providing some color device code and project inspiration!