Re: [osg-users] Correct way to set auto scale with osg::AutoTransform

2020-05-21 Thread OpenSceneGraph Users
On Sunday, September 9, 2018 at 10:13:27 AM UTC-3, tom spencer wrote: > > > Have you tried removing the calls to 'setMinimumScale' and > 'setMaximumScale'? Do you have another static object(not auto scaled) in > your scene? > I'm having the same problem. If I want to limit the scale, why remove

Re: [osg-users] Correct way to set auto scale with osg::AutoTransform

2018-09-09 Thread tom spencer
Victoria Rudakova wrote: > > Could anyone point out what am I doing wrong or what is missing here? Thank > you! > Have you tried removing the calls to 'setMinimumScale' and 'setMaximumScale'? Do you have another static object(not auto scaled) in your scene? -- Read this top

Re: [osg-users] Correct way to set auto scale with osg::AutoTransform

2018-09-08 Thread Johny Canes
Hi, Same problem. Scale does nothing Thank you! Cheers, Johny -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=74691#74691 ___ osg-users mailing list osg-users@lists.openscenegraph.org http://lists.o

[osg-users] Correct way to set auto scale with osg::AutoTransform

2016-03-20 Thread Victoria Rudakova
Dear OSG community, I am trying to set auto scale property of osg::AutoTransform variable. I would like to achieve such an effect that whatever the viewing camera position and its distance from a certain geometry, the geometry's size would not change. As an example geometry, I have this pyramid: