BLaZeKiLL / VloxyEngine

Performance oriented voxel engine for unity.
MIT License
93 stars 10 forks source link

Visible seam caused by repeating texture #105

Open AldeRoberge opened 1 year ago

AldeRoberge commented 1 year ago

image

Hello, upon closer inspection there seems to be a visible seam.

AldeRoberge commented 1 year ago

Possible fix : Change the Sampler in TextureArray_AO to use Mirror instead of Repeat image

BLaZeKiLL commented 1 year ago

Yeah this had been annoying me, thanks you can create a pull request for this if you like