unity3d - Increase Graphics Quality unity -


how can create best quality graphics in unity. when put 3d models in game level there white lines or dots on 3d models looks bad. have attached image of 3d models. increased antialiasing , texture resolution project setttings -> quality there no change in graphics quality.enter image description here

those dots , lines considered aliasing. can rid them scene going edit > project settings > quality > anti aliasing

anti-aliasing take substantial performance hit well.

another awesome thing unity3d has out quality it's usage of beast lightmapping. can access lightmapping panel clicking window > lightmapping.

i read on unity3d docs more info on lightmapping:

http://docs.unity3d.com/documentation/manual/lightmapping.html

happy developing!


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -