Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
engines:software_vs_glquake [2013/02/15 17:01] SiPlusengines:software_vs_glquake [2013/12/11 16:20] (current) SiPlus
Line 127: Line 127:
 While the effects of this can be barely seen on monsters, they are very easy to spot on weapon view models. While the effects of this can be barely seen on monsters, they are very easy to spot on weapon view models.
  
-You can see screenshots of the issue in "Non-square pixels" section.+You can see screenshots of the issue in the "Non-square pixels" section.
  
 The 1st screenshot demonstrates affine texture mapping in software rendering mode. The texture looks skewed and is aligned differently on each pair of triangles. The pixels always have the same width and height, no matter how far they are from the player. The 1st screenshot demonstrates affine texture mapping in software rendering mode. The texture looks skewed and is aligned differently on each pair of triangles. The pixels always have the same width and height, no matter how far they are from the player.
Line 133: Line 133:
 The 2nd and 3rd screenshots show perspective-correct texture mapping. The metal shine is now a straight line, and distant pixels appear smaller than the close ones. The 2nd and 3rd screenshots show perspective-correct texture mapping. The metal shine is now a straight line, and distant pixels appear smaller than the close ones.
  
-On certain video cards, the effect can be enabled by enabling console variable "gl_affinemodels".+On certain video cards, the effect can be re-enabled in GLQuake by setting the console variable "gl_affinemodels" to non-zero.