sp614x / optifine

1.8k stars 418 forks source link

[Connected Textures] Weird lines show up when camera is in a certain angle #5599

Open tenshiaka opened 3 years ago

tenshiaka commented 3 years ago

After installing a connected + emissive textures resourcepack, i noticed that by getting in a certain camera angle, some weird lines start to appear

Steps to Reproduce

Install a connected+emissive texturepack (In my case glowing ores with connected borders) Place some ores, walk away a bit towards the other side of the map, camera parallel to the ores but to the left (or right) of them Watch the lines appear as you get further

OptiFine Version

1.16.5 G7

Installation Method

Standalone installer

2021-04-27_10 20 36

Prior Testing

Vanilla does not have these features

How it's supposed to look 2021-04-27_10 20 47

Bug in action 2021-04-27_10 20 43

Cart3r1234 commented 3 years ago

That's just mipmapping if I'm not mistaken; you can see it on most transparent surfaces (as CTM is just a transparency-supported layer rendered on top of the block). Ladders, rails, glass, etc all have this, its not just a CTM thing.

tenshiaka commented 3 years ago

That's just mipmapping if I'm not mistaken; you can see it on most transparent surfaces (as CTM is just a transparency-supported layer rendered on top of the block). Ladders, rails, glass, etc all have this, its not just a CTM thing.

I actually found out emissive textures were causing the problem, random chunks would be missing textures or show them as 1*1s; I'll make another report for that later