On Fri, Jan 1, 2010 at 11:32 AM, Matteo Sisti Sette <span dir="ltr">&lt;<a href="mailto:matteosistisette@gmail.com">matteosistisette@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
By the way is there any trick to &quot;track&quot; a GL error to find the object triggering it? (apart deleting objects until you find the one)<br>
<br></blockquote><div><br>The GL error comes from the driver, and GEM just asks the driver once per rendering pass if any errors occur.  Doing this check for each object is typically unnecessary and slows down rendering.<br>
</div></div><br>