Re: [osg-users] Adding billboards with different names under the same geometry?

2020-05-21 Thread Rodrigo Dias
Thank you for your reply, Robert, but one of us is not understanding the other. "if you are reuse the same subgraph the node above the reused part like the osg::Billboard is what is unique so put your unique name on that" Actually, I have only one osg::Billboard (geodeHidreletrica) for

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

2020-05-21 Thread Rodrigo Dias
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

Re: [osg-users] Adding billboards with different names under the same geometry?

2020-05-21 Thread Rodrigo Dias
Ah, right, now I see it! Thank you both! It's working now. On Thursday, May 21, 2020 at 5:48:32 AM UTC-3, OpenSceneGraph Users wrote: > > Hi Rodrigo, > > from my understanding the number of Billboards, each an individual > instance, is not > the problem in OSG. The cull traversal has to handle

Re: [osg-users] fontconfig library error in OSG 3.6.4...

2020-05-21 Thread Rodrigo Dias
There might be a better option, but one workaround may be to make a copy of arial.ttf in the specified path ( C:\Windows\Fonts\ ). On Thursday, May 21, 2020 at 12:23:53 PM UTC-3, OpenSceneGraph Users wrote: > > Hello, > > I've just upgraded to OSG 3.6.4 because of upgrading to osgEarth 2.10 >