Re: [osg-users] osgText::Text::GlyphQuads change in the recent versions

2015-05-01 Thread Curtis Rubel
Hi Nick, That is an interesting note for me as this is in the exact area of the Text.cpp that the segv that I am having with the issue I posted on the forum... The segv does not occur on 3.3.1, but does now on the trunk version I am running currently. I did not test on any releases prior to

Re: [osg-users] osgText::Text::GlyphQuads change in the recent versions

2015-04-23 Thread Robert Osfield
Hi Nick, On 22 April 2015 at 22:38, Trajce Nikolov NICK trajce.nikolov.n...@gmail.com wrote: I did port of my app from 3.3.1 to the latest 3.3.7. All went smooth only one line of code I want to #ifdef with OSG_VERSION due to the apps still depend on 3.3.1. And this is the usage of ref_ptrs in

Re: [osg-users] osgText::Text::GlyphQuads change in the recent versions

2015-04-23 Thread Trajce Nikolov NICK
Thanks Robert :-) On Thu, Apr 23, 2015 at 10:32 AM, Robert Osfield robert.osfi...@gmail.com wrote: Hi Nick, On 22 April 2015 at 22:38, Trajce Nikolov NICK trajce.nikolov.n...@gmail.com wrote: I did port of my app from 3.3.1 to the latest 3.3.7. All went smooth only one line of code I

Re: [osg-users] osgText::Text::GlyphQuads change in the recent versions

2015-04-23 Thread Trajce Nikolov NICK
It was introduced in 3.3.4 .. just as an info if someone Nick On Thu, Apr 23, 2015 at 11:40 AM, Trajce Nikolov NICK trajce.nikolov.n...@gmail.com wrote: Thanks Robert :-) On Thu, Apr 23, 2015 at 10:32 AM, Robert Osfield robert.osfi...@gmail.com wrote: Hi Nick, On 22 April 2015 at

[osg-users] osgText::Text::GlyphQuads change in the recent versions

2015-04-22 Thread Trajce Nikolov NICK
Hi Robert, I did port of my app from 3.3.1 to the latest 3.3.7. All went smooth only one line of code I want to #ifdef with OSG_VERSION due to the apps still depend on 3.3.1. And this is the usage of ref_ptrs in GlyphQuads coordiantes. Can you recall from which version they becomed ref_ptrs of