#How can I remove the weird black lines in my game?
1 messages · Page 1 of 1 (latest)
do you have a skybox? It doesn't look like it to me; try adding one (or a bgcolor or whatever)
because if you don't want the black plane, you have to substitute something else 🙂
I tried using a regular bgcolor and a panorama sky but it's still the same 😦
i meant procedural sky sorry
I just checked the one from the tutorial, tho this one has a shader, i noticed that it has the same effect. is that normal on 3d games?
It's hard to see but there's this white horizontal plane near the edge of the platform.
I think that's either the mesh LOD or the texture LOD falling below some threshold and using the next worse bucket of sampling
(probably texture)
https://discord.com/channels/1235157165589794909/1390031505929277561 had same problem/solution if it's that