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
145 stars 50 forks source link

Very thin texture gap between block boundaries #243

Closed OpenSauce04 closed 2 years ago

OpenSauce04 commented 2 years ago

Expected Behavior

Blocks should render normally, with no gab between the textures: Screenshot_20211202-080730_Minecraft

Current Behavior

There is a very small gap between textures; this only appears on the left/right side of the texture Screenshot_20211202-075816_Minecraft

Steps to Reproduce

Load up vanilla OSBES 0.14.0, go to the side of a wall

VAZaitesev commented 2 years ago

issue #31 the same thing

VAZaitesev commented 2 years ago

@OpenSauce04 why I can't apply label on your issue tho? Have you any ideas?

OpenSauce04 commented 2 years ago

@OpenSauce04 why I can't apply label on your issue tho? Have you any ideas?

Why would you be able to?

hope3x commented 2 years ago

That's "padding" in texture_terrain.json. Changing it would only break texture packs you use. If you don't use a texture pack, you need to change the value to 1 instead of 0.

OpenSauce04 commented 2 years ago

That's "padding" in texture_terrain.json. Changing it would only break texture packs you use. If you don't use a texture pack, you need to change the value to 1 instead of 0.

That is so obscure that I didn't even know it existed

hope3x commented 2 years ago

That's "padding" in texture_terrain.json. Changing it would only break texture packs you use. If you don't use a texture pack, you need to change the value to 1 instead of 0.

That is so obscure that I didn't even know it existed

┐( ∵ )┌

jebbyk commented 2 years ago

fixed