Hi Dan, Thanks for the test program. I was able to reproduce the odd scaling behaviour and have redone the scaling code so it now ties the scale to the vertical axis and now handles the resizes consistently. I have checked the fix in the OpenSceneGraph-3.6 branch and master.
Could you test it out on your application and let me know how you get on. If this goes OK then I'll tag 3.6.1-rc3 Robert. On 3 May 2018 at 16:46, Daniel Emminizer, Code 5773 <[email protected]> wrote: > Sorry, please disregard -- I had a local modification. Thought I had a > breakthrough instead. :) > > There's something still off in my code, but I do not currently have enough to > point to whether it's in osgText or our derived class. I'll post if I > discover the issue is in osgText. > > - Dan > > > > -----Original Message----- > From: Daniel Emminizer, Code 5773 > Sent: Thursday, May 03, 2018 11:42 AM > To: OpenSceneGraph Users > Subject: RE: [osg-users] OpenSceneGraph-3.6.1 release candidate 2 tagged > > Hi Robert, > > I'm trying to track down a problem now with osgText. There's a behavior > change that we're seeing that I'm trying to narrow down. I have not yet > attempted to replicate in the osgtext example (but that's coming up soon). > > In this application, we basically are doing a 2D plotting display. There's a > good bit of text. As we change the aspect ratio of the host window however, > the text skews abnormally and gets out of proportion. This is with > SCREEN_COORDS and auto-rotate-to-screen enabled. > > In OSG 3.4, I sometimes see this skewing for a single frame, then it jumps > into place on the next frame. In 3.6 I never see that "jump" back to correct. > > I originally thought this was in our own code -- we have a derived version of > osgText::Text we're using -- but I am now pretty confident that it's in > "vanilla" osgText (not our derived class). > > Once I can get a smaller example duplicating the problem, or resolving the > problem, I will pass along. I'm going to work on trying to reproduce now but > wanted to pass along the bug report. > > Thanks, > > - Dan > > > > -----Original Message----- > From: osg-users [mailto:[email protected]] On Behalf > Of Robert Osfield > Sent: Wednesday, May 02, 2018 4:23 AM > To: OpenSceneGraph Users > Subject: [osg-users] OpenSceneGraph-3.6.1 release candidate 2 tagged > > Hi All, > > I have tagged the second 3.6.1 release candidate. > > I have merged a PR that removed so un-implemented functions in > osgParticle, this technically changes the ABI for osgParticle so I've > bumped the SO version for 3.6.1-rc2. The rest of the changes are > fixes. > > > https://github.com/openscenegraph/OpenSceneGraph/tree/OpenSceneGraph-3.6.1-rc2 > > I'm ready to tag 3.6.1, all need from the community is testing and > feedback on whether things are working on all the main platforms. Let > us know of success or failures here on this thread. > > Cheers, > Robert. > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

