Skybox problem fixed?

ZycaRZycaR Join Date: 2002-11-12 Member: 8263Members
<div class="IPBDescription">The fix for ugly corner lines on skybox</div>I was spectating in the 223B on docking and saw that "childish" problem with skybox.
The corner lines (white lines around each of 6 planes). i.e. on the picture:
<img src="http://answers.unity3d.com/storage/temp/976-skybox.png" border="0" class="linked-image" />

.. to not to be only critic, Ill try to explain how it happens and how you can reduce that effect (in short)..

Usually the problem is in aliasing of image, when border pixels are aliased with void outside of source image.
The simplest solution is to make skybox image bigger in one or more pixels (with respect of nearest pixels used by aliasing)
... and skybox itself render with clipped to original image size.

I' sure that MAX know this basics and will read this topic with smile on his face ...
I'm just curious if it's problem of mapper or there is bug somewhere, that I can see these "ugly" corner lines .

Comments

Sign In or Register to comment.