DescriptionKuehnhammer Tobias
2013-01-09 09:10:48 EST
Created attachment 3325[details]
missing_curves_through_portals
Curves, seen through portals, are sometimes not drawn.
See attached screenshot for more details!
Sorting issue?
This bug only occurs with Rend2, not with the default renderer.
--------------------------------------------------------------
Testing System/OS:
Win7 64-bit/Nvidia GT 555M
Compiled with MinGW and also with MSCV 2008 on Win7 64-bit.
-------------------------------------------------------------
It was a surface culling issue. It turns out the portal view inherited the far plane value from the player view frustum, and used it to cull incorrectly. I've changed things now so the far plane value is stripped when rendering a portal, and the correct number of frustum planes are used in all relevant places.
Created attachment 3325 [details] missing_curves_through_portals Curves, seen through portals, are sometimes not drawn. See attached screenshot for more details! Sorting issue? This bug only occurs with Rend2, not with the default renderer. -------------------------------------------------------------- Testing System/OS: Win7 64-bit/Nvidia GT 555M Compiled with MinGW and also with MSCV 2008 on Win7 64-bit. -------------------------------------------------------------