Re: [osg-users] Advice On Texturing Usage (Artifacts w/ osgPango)

2008-10-07 Thread Robert Osfield
Hi Jeremy, On Mon, Oct 6, 2008 at 8:37 PM, Jeremy Moles [EMAIL PROTECTED] wrote: Okay, answered my own question. I reversed the index order (by reversing my calls to addPrimitiveSet()) and it renders properly from the front. But does it render properly from the back? I'm an idiot. :)

Re: [osg-users] Advice On Texturing Usage (Artifacts w/ osgPango)

2008-10-07 Thread Jeremy Moles
On Tue, 2008-10-07 at 09:16 +0100, Robert Osfield wrote: Hi Jeremy, On Mon, Oct 6, 2008 at 8:37 PM, Jeremy Moles [EMAIL PROTECTED] wrote: Okay, answered my own question. I reversed the index order (by reversing my calls to addPrimitiveSet()) and it renders properly from the front. But

Re: [osg-users] Advice On Texturing Usage (Artifacts w/ osgPango)

2008-10-07 Thread Stephan Maximilian Huber
Jeremy Moles schrieb: On Tue, 2008-10-07 at 09:16 +0100, Robert Osfield wrote: Hi Jeremy, On Mon, Oct 6, 2008 at 8:37 PM, Jeremy Moles [EMAIL PROTECTED] wrote: Okay, answered my own question. I reversed the index order (by reversing my calls to addPrimitiveSet()) and it renders

Re: [osg-users] Advice On Texturing Usage (Artifacts w/ osgPango)

2008-10-07 Thread Robert Osfield
Hi Jeremy, On Tue, Oct 7, 2008 at 3:00 PM, Jeremy Moles [EMAIL PROTECTED] wrote: But does it render properly from the back? Well, no matter what I do I can't get it to render properly from both sides using my current method. I suspected this would be the case. However, as long as I make

Re: [osg-users] Advice On Texturing Usage (Artifacts w/ osgPango)

2008-10-07 Thread Cedric Pinson
Hi all, I will try to reorder the index array from the area of quads in an update callback. Then it should work but specific for this case. Cedric Robert Osfield wrote: Hi Jeremy, On Tue, Oct 7, 2008 at 3:00 PM, Jeremy Moles [EMAIL PROTECTED] wrote: But does it render properly from the

[osg-users] Advice On Texturing Usage (Artifacts w/ osgPango)

2008-10-06 Thread Jeremy Moles
Hey folks! Wanted to solicit some advice, if that's cool. :) If you take a look at the osgPango site and browse to the bottom, there is a video demonstrating usage with osgPango (a font/text library I'm working on before diving back into osgWidget) and AnimTK (an animation library by Cedric

Re: [osg-users] Advice On Texturing Usage (Artifacts w/ osgPango)

2008-10-06 Thread Jeremy Moles
On Mon, 2008-10-06 at 08:49 -0400, Jeremy Moles wrote: Hey folks! Wanted to solicit some advice, if that's cool. :) If you take a look at the osgPango site and browse to the bottom, there is a video demonstrating usage with osgPango (a font/text library I'm working on before diving back into