Re: [osg-users] Notification

2019-10-02 Thread Robert Osfield
Hi Chris, On Tue, 1 Oct 2019 at 05:08, Chris Hanson wrote: > This happened to this list a few years ago and it took me like a week to > hunt it down because it was actually subscribed through a forwarding > address different from the one that was responding. > Seemed to be a bit more straight

Re: [osg-users] Notification

2019-09-30 Thread Chris Hanson
Thanks Robert. This happened to this list a few years ago and it took me like a week to hunt it down because it was actually subscribed through a forwarding address different from the one that was responding. Doesn't this list send a confirmation email that has to be replied to by a human being?

Re: [osg-users] Notification

2019-09-30 Thread Robert Osfield
On Mon, 30 Sep 2019 at 11:54, michael kapelko wrote: > Somebody really screwed his mailing list subscriptions. > I looks like someone accidentally/intentionally subscribed the wsp.com address. I have unsubscribed this address so we should be getting this spam anymore.

[osg-users] Notification

2019-09-30 Thread servicedesk
Merci - Original Message - From: michael kapelko To: osg-users@lists.openscenegraph.org Sent: Monday, September 30, 2019 1:54:30 PM GMT+03:00 Subject: Re: [osg-users] Notification >Somebody really screwed his mailing list subscriptions. > >On Mon, 30 Sep 2019 at 03:5

Re: [osg-users] Notification

2019-09-30 Thread michael kapelko
Somebody really screwed his mailing list subscriptions. On Mon, 30 Sep 2019 at 03:56, wrote: > > > Your email to the Global IT Service Desk has been received - if this is an > issue requiring URGENT assistance, please CALL us using your in-country phone > number. We will respond to your e-mail

[osg-users] Notification

2019-09-29 Thread servicedesk
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited

[osg-users] Notification

2019-09-29 Thread servicedesk
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited

[osg-users] Notification

2019-09-28 Thread servicedesk
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited

[osg-users] Notification

2019-09-28 Thread servicedesk
Your email to the Global IT Service Desk has been received - if this is an issue requiring URGENT assistance, please CALL us using your in-country phone number. We will respond to your e-mail during our regular hours of operation between 7:00 AM to 6:00 PM local time. We provide limited

Re: [osg-users] Notification of transform changes

2008-10-12 Thread Robert Osfield
Hi Paul, The OSG doesn't have an observer system for matrix transforms, so you can't watch something and get informed of changes to it. To find out whether the inherited matrices have changed you'll either need to cache their values yourself, or cache the result of getWorldMatrices() and use a

[osg-users] Notification of transform changes

2008-10-11 Thread Paul Martz
Hi Robert and all -- How can my app be notified if a specific Node's local-to-world transform changes due to a change in some parent/ancestor node? I see that I can call Node::getWorldMatrices() to get a list of matrices that transform a specific Node from local to world, but I'm not sure how I