starandserpent / java-TerraServer

Terra - Voxel octree of chunks, made for Rituals of the old
MIT License
18 stars 2 forks source link

Mega texture issue - black faces #57

Open Pilvinen opened 5 years ago

Pilvinen commented 5 years ago

https://i.snag.gy/36DVBn.jpg?nocache=1558687519097

Black faces appear on custom 256 px texture.

It is accompanied here by 8K grass texture which doesn't seem to have the same problem.

My guess would be that 256 px texture is assumed to have a uniform size (8K) with the rest of the atlas and as a result (non-existing) black face is selected for some faces. Just guessing, though.

Pawlost commented 5 years ago

Probably fixed but needs testing