View Single Post
  #22  
Old 02-08-2012, 03:40 PM
adonys adonys is offline
Approved Member
 
Join Date: Apr 2010
Posts: 850
Default

AA is helping because it smudges the 1/2 dot pixels over their neighbors, making the spot a little bit bigger than the no AA dot. On the other hand, it blends the edges against the background, which should make it a little bit harder to see.

So, overall, I guess the AA/noAA dot sighting improvement really comes down to specifics (resolution used, dot's distance, dot's background, user's sight, monitor settings, room lighting, etc).

The biggest problems atm with the dots are the hardcoded distances at which the dot is switched off and the smallest LOD is switched on. they are not overlapping each other, and this is what is causing the disappearing dots problem. Also, it seems that at around those distances, the dot's relative (rendered) size is bigger than lowest LOD's relative (rendered) zie, which again leads to the above mentioned problem.
Reply With Quote