Re: [osg-users] Unwanted culling in 3.6.4 vs 3.5.1

2020-01-12 Thread Anders Backman
Good to hear! /Anders On Fri, 10 Jan 2020 at 11:16, Robert Osfield wrote: > Thanks Anders, the description and models really helped pin point the bug > and confirm fix. I have now fixed the handling of when > _autoScaleTransitionWidthRatio<=0.0 > > >

Re: [osg-users] Unwanted culling in 3.6.4 vs 3.5.1

2020-01-10 Thread Robert Osfield
Thanks Anders, the description and models really helped pin point the bug and confirm fix. I have now fixed the handling of when _autoScaleTransitionWidthRatio<=0.0 https://github.com/openscenegraph/OpenSceneGraph/commit/61c7ee76c5c059f53366f69c27c9fdf69388eced This is checked into master and

Re: [osg-users] Unwanted culling in 3.6.4 vs 3.5.1

2020-01-10 Thread Robert Osfield
As a reminder I've added an Issue with this bug on github: https://github.com/openscenegraph/OpenSceneGraph/issues/892 ___ osg-users mailing list osg-users@lists.openscenegraph.org

Re: [osg-users] Unwanted culling in 3.6.4 vs 3.5.1

2020-01-10 Thread Robert Osfield
Hi Anders, On Thu, 9 Jan 2020 at 14:07, Anders Backman wrote: > Problem solved: > > obj->setAutoScaleTransitionWidthRatio(0.001f); // Was 0 earlier. > > This seems to be something that changed between the two versions! > Now it works. > Good to hear that you've found a workaround. There

[osg-users] Unwanted Culling in 3.6.4 vs 3.5.1

2020-01-09 Thread Anders Backman
Hi all. Another issue I discovered with 3.6.4 is that we now suddenly get unwanted culling. At first it looks like a small feature culling thing (which we disable at global level with: // Don't do small feature culling osg::CullStack::CullingMode cullingMode =