Quote:
Originally Posted by Tolwyn
Post 5 above is incorrect. You want polygon stipple turned off.
|
Post 5 is correct, yours is incorrect.
Post 5 clearly states that
Code:
[window]
StencilBits=8
should be set.
Polygon stippling only applies when there is no stencil buffer, so this setting is just a fallback solution for those who have a graphics card or driver which, for whatever reason, does not allow stencil buffering.
With all settings from
Post 5 applied and active, stencil buffering is enabled and therefore polygon stippling is (internally) deactivated regardless the conf.ini setting.
This was exactly the intention of the conf.ini settings shown in
Post 5 and
Post 5 absolutely, 100% correct and demonstrates the highest possible OpenGL settings for both Nvidia
and ATI cards.
Best regards - Mike