Universe Sandbox

Universe Sandbox => Universe Sandbox ² | Support & Bugs => Topic started by: WitheHole18 on July 05, 2015, 03:10:22 AM

Title: [Glitch]When Zoom on a planet Strange effects
Post by: WitheHole18 on July 05, 2015, 03:10:22 AM
Hi,this glitch happen when you have a small object and you zoom on it,there are strange lines and other
Here screenshot and file log.
Title: Re: [Glitch]When Zoom on a planet Strange effects
Post by: C7 on July 09, 2015, 03:50:58 AM
This an effect called Z-fighting, and is one of those pesky things that has plagued computer graphics for a long time. It's caused by the limited resolution of the depth buffer in modern GPUs.

https://en.wikipedia.org/wiki/Z-fighting

We're working on this problem right now actually, by implementing a Logarithmic depth buffer. Georg is hard at work rewriting a lot of our shader tech to use the new system. Hopefully it will be done soon, and we can integrate it into one of the coming updates.
Title: Re: [Glitch]When Zoom on a planet Strange effects
Post by: WitheHole18 on July 10, 2015, 04:19:17 AM
ok thanks for info