<br><br><div><span class="gmail_quote">On 8/20/07, <b class="gmail_sendername">Ulrich von Zadow</b> &lt;<a href="mailto:uzadow@libavg.de">uzadow@libavg.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Nick Hebner schrieb:<br>&gt; Well I fixed the double rotation problem, and started working on using<br>&gt; the stencil buffer to do masking. My solution does not seem to be<br>&gt; working - it is simply not masking any areas off. I am not sure what I
<br>&gt; am doing wrong, but I will continue to investigate this. If you see<br>&gt; anything, please let me know.<br><br>Hm - I don&#39;t have time to figure out what all the code does, but are all<br>opengl calls succeeding? Have you placed OGLErrorCheck() calls after the
<br>stencil calls in pushClipRect to test that, for instance?</blockquote><div><br>I just added some, and they seem to be succeeding.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Also, pushClipRet really needs the bClip parameter. It prevents leaf<br>nodes from setting their own clip rectangle. Images and other leaf nodes<br>have clip rects that are exactly as big as the item itself, so they<br>don&#39;t really clip anything. 
</blockquote><div><br>I indend on putting it back in, but have not gotten around to it as I am testing.<br>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
But: the stencil buffer is never<br>antialiased, so we&#39;ll have jaggies at the edges if we clip.</blockquote><div>&nbsp;</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Cheers,<br><br>&nbsp;&nbsp; Uli<br><br>--<br><br>Ulrich von Zadow | +49-172-7872715 | <a href="mailto:cocacoder@jabber.berlin.ccc.de">cocacoder@jabber.berlin.ccc.de</a><br><br><br>_______________________________________________<br>
libavg-devel mailing list<br><a href="mailto:libavg-devel@datenhain.de">libavg-devel@datenhain.de</a><br><a href="https://mail.datenhain.de/mailman/listinfo/libavg-devel">https://mail.datenhain.de/mailman/listinfo/libavg-devel
</a><br></blockquote></div><br>