CesiumGS / cesium-o3de

Cesium for O3DE
Apache License 2.0
70 stars 19 forks source link

Fix the white seam when rendering imagery #41

Closed baothientran closed 2 years ago

baothientran commented 2 years ago

It's possible that the imagery UV is out of range and so the sampler is wrapped back again to create the seam. Changing it to Clamp seems to fix the issue

Fixes #23

baothientran commented 2 years ago

this is straightforward change, so I'm gonna self-merge this