BLaZeKiLL / VloxyEngine

Performance oriented voxel engine for unity.
MIT License
99 stars 9 forks source link

Fixed seam #105 #107

Closed AldeRoberge closed 1 month ago

AldeRoberge commented 1 year ago

Change the Sampler in TextureArray_AO to use Mirror instead of Repeat

AldeRoberge commented 1 year ago

Hello @BLaZeKiLL, I have fixed the problem in question here : #105 . This pull request solves the visible seam in the voxels. :)

BLaZeKiLL commented 1 year ago

can you raise this pr against the develop branch

AldeRoberge commented 11 months ago

Sorry, I cannot do that it seems. Maybe close this pull request and manually change the shader to use mirror?