Re: [osg-users] StatsHandler missing numbers

2015-10-08 Thread Andreas Schreiber
Hi, I will write about my experience, as soon as i got them. Let me guess more. Can it be that you live NRW? Thank you! Cheers, Andreas -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=65332#65332

Re: [osg-users] I/ITSEC

2015-10-08 Thread Jason Beverage
We're all planning on coming, we should definitely hook up. On Thu, Oct 8, 2015 at 1:39 PM Chris Hanson wrote: > I'm thinking about having a booth at I/ITSEC where I'd be exhibiting > OSG/OSGEarth/OpenIG stuff and promoting our consulting services for those > technologies. > > Just curious w

Re: [osg-users] How to grab color from a point on a model?

2015-10-08 Thread Dan Flickinger
Robert, Thank you very much for the swift reply. Good point on switching to PolytopeIntersector. Another part of the project is already using that for something else. LineSegmentIntersector is finding intersections, so at least it's assumed to work okay for now. I'll definitely switch over once

Re: [osg-users] I/ITSEC

2015-10-08 Thread Glen A Johnson Jr .
Hi Chris, I always attend IITSEC. If you want to get attention for an IG type project or services it’s probably the one must go to show in the US if you are looking for Government/DoD funding. It is a moderately priced conference in relation to some of the other conferences I have attended. I d

Re: [osg-users] OpenSceneGraph-3.4.0-rc12 tagged

2015-10-08 Thread Glen A Johnson Jr .
Robert,Lincoln I just resent this into submissions. Glen Johnson Phone: 321-696-3122 Email: glenajohnso...@msn.com From: osg-users [mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of Robert Osfield Sent: Tuesday, October 6, 2015 9:45 AM To: OpenSceneGraph Users Subject: Re

[osg-users] I/ITSEC

2015-10-08 Thread Chris Hanson
I'm thinking about having a booth at I/ITSEC where I'd be exhibiting OSG/OSGEarth/OpenIG stuff and promoting our consulting services for those technologies. Just curious who else is planning on going from the OSG world, and if that seems like a good plan to you. -- Chris 'Xenon' Hanson, omo

Re: [osg-users] StatsHandler missing numbers

2015-10-08 Thread Andreas Roth
Assassin wrote: > Hi, > > Aroth thx for the reply! I will test it as soon as i get osg working on my > laptop. (Installed windows 10) > > P.S. Can it. be that you wäre from germany? > > Cheers, > Andreas I'm quite interested if this issue also occurs on a different OS. Let's see if the OS

Re: [osg-users] event callback after viewer is done

2015-10-08 Thread Robert Osfield
Hi Riccardo, On 8 October 2015 at 15:13, Riccardo Corsi wrote: > I see your point, nevertheless do you think that either: > - having the event callback called with an "about-to-exit" event > - having a custom callback to added and called by the viewer right before > exiting > > would be a sensib

Re: [osg-users] event callback after viewer is done

2015-10-08 Thread Riccardo Corsi
Hi Robert, I see your point, nevertheless do you think that either: - having the event callback called with an "about-to-exit" event - having a custom callback to added and called by the viewer right before exiting would be a sensible addition to osg? Thanks. ricky On Wed, Oct 7, 2015 at 10:1

Re: [osg-users] Changing the color of a model

2015-10-08 Thread Trajce Nikolov NICK
Hi, maybe you try myNode->getOrCreateStateSet()->setAttributeAndModes(mat, osg::StateAttribute::ON|osg::StateAttribute::OVERRIDE); On Thu, Oct 8, 2015 at 3:32 PM, Andre Sanchez wrote: > Hi OpenSceneGraph forum! > > I'm very new to OSG, and while I'm very familiar with programming, and > somewh

[osg-users] Changing the color of a model

2015-10-08 Thread Andre Sanchez
Hi OpenSceneGraph forum! I'm very new to OSG, and while I'm very familiar with programming, and somewhat familiar with 3D graphics, I am now devoting actual time working in a lab to properly learn C++, and OSG as well. My issue is as follows: I am loading an existing model as a Node, and I want