Welcome, Guest

Author Topic: [Glitch]When Zoom on a planet Strange effects  (Read 2465 times)

WitheHole18

  • *****
  • Posts: 657
  • Nothing is created, nothing is destroyed.
[Glitch]When Zoom on a planet Strange effects
« 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.

C7

  • Development Team
  • *****
  • Posts: 544
Re: [Glitch]When Zoom on a planet Strange effects
« Reply #1 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.

WitheHole18

  • *****
  • Posts: 657
  • Nothing is created, nothing is destroyed.
Re: [Glitch]When Zoom on a planet Strange effects
« Reply #2 on: July 10, 2015, 04:19:17 AM »
ok thanks for info