jebbyk / OSBES-minecraft-bedrock-edition-shader

shaders for minecraft_pe that uses the latest functionality of OpenGLES 3.0
GNU General Public License v3.0
146 stars 47 forks source link

Strange boudaries between blocks on lower resolution texture packs with parallax mapping enabled #244

Closed OpenSauce04 closed 2 years ago

OpenSauce04 commented 2 years ago

Expected Behavior

Blocks should smoothly transition from one to another

Current Behavior

The texture of the blocks appears to "sink" between block boundaries

image

Screenshot_20211209-065850_Minecraft.jpg

OpenSauce04 commented 2 years ago

This might be related to issue #243

OpenSauce04 commented 2 years ago

IMO fixing this should be a priority because it looks incredibly scuffed

jebbyk commented 2 years ago

that is why I moved compatibility block in roadmap almost to the top. I hope we will find out an effective way to correctly map textures even with texture paddings enabled. It will resolve all the "edges related" issues.

jebbyk commented 2 years ago

fixed