Re: [osg-users] How can I embed OSG into imgui as a widget ?

2019-09-30 Thread Chris Hanson
This is usually pretty easy if you can expose an HWND (on Windows) of the
UI region that can be used to create an OpenGL context and passed to OSG's
GraphicsWindowEmbedded.

On Sun, Sep 29, 2019 at 4:32 AM Jishen Li  wrote:

> Hi,
>
> I found people tried to embed ImGui into OSG, not vice verse. I am using
> OSG to render a scene in a separate thread. Since my main GUI is built by
> using ImGui, I want to embed OSG as a widget-like sub-window inside imgui.
>
> How can I do it ?
>
> Thanks!
>
> ...
>
> Thank you!
>
> Cheers,
> Jishen
>
> --
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=76757#76757
>
>
>
>
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Legal/IP • Forensics • Imaging • UAVs • GIS • GPS •
osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile •
iPhone/iPad/iOS • Android
@alphapixel  facebook.com/alphapixel (775)
623-PIXL [7495]
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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? Seems more than accidental...

On Mon, Sep 30, 2019 at 9:32 AM Robert Osfield 
wrote:

> 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 mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>


-- 
Chris 'Xenon' Hanson, omo sanza lettere. xe...@alphapixel.com
http://www.alphapixel.com/
Training • Consulting • Contracting
3D • Scene Graphs (Open Scene Graph/OSG) • OpenGL 2 • OpenGL 3 • OpenGL 4 •
GLSL • OpenGL ES 1 • OpenGL ES 2 • OpenCL
Legal/IP • Forensics • Imaging • UAVs • GIS • GPS •
osgEarth • Terrain • Telemetry • Cryptography • LIDAR • Embedded • Mobile •
iPhone/iPad/iOS • Android
@alphapixel  facebook.com/alphapixel (775)
623-PIXL [7495]
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Notification

2019-09-30 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 support outside of 
the local business hours. 

You can also obtain support through our Service Desk Portal on the web at 
help.wsp.com 

Thank you

--

Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce 
problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en 
utilisant votre numéro local. Nous répondrons à votre courriel durant les 
heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien 
technique en dehors des heures ouvrables est limité.

Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au 
help.wsp.com

Merci 

- Original Message -
From: Franz-Josef Schneider 
To: osg-users@lists.openscenegraph.org
Sent: Monday, September 30, 2019 5:14:07 PM GMT+02:00
Subject: Re: [osg-users] [osgPlugins] Video Integration in OSG

>Hi,
>First thanks Raymond for your reference to the osgrecipes package with VLC 
>integration. I have overlooked it at GitHub. I think, I try to switch to VLC.
>
>Hello Robert,
>Sorry for my unprecise statements. I currently use osg3.6.4 with the 3rd party 
>VS2017_V141_x64_v1_full package, osgAudio2.0 with newest FMOD all under 
>Windows2010.  I'm not the installation expert. I use CMAKE to produce my 
>VS2017 projects and than VS2017 to produce my plugins. OSG, 3rdParties, 
>osgAudio with FMOD (with few changes) all work fine.
>
>I like in addition to integrate ffmpeg4.2.1. In earlier times some clever 
>students of mine made the integration of ffmpeg 2013-10-22 in OSG3.0.1, but 
>students come and students go.
>Now today: A first, may be little problem, regards to the 
>osg/src/Plugins/ffmpeg folder. I got no VS-Project-File with CMAKE.
>But the main problem for me is the installation of the ffmpeg-package itself. 
>It's not an OSG issue as I mentioned in my post before. First I can't use 
>CMAKE, there is no CMakelist. So I like to compile it with help of the 
>supplied shells (configure, Makefile) and MinGW. But I'm not able to compile 
>it till yet. Configure Shell produces errors, so Makefile does'nt run. The 
>whole installation of ffmpeg inside Window is cumbersome (for me). So I seek 
>advice for an alternative in this forum.
>
>
>Best Regards
>
>Franz-Josef
>
>--
>Read this topic online here:
>http://forum.openscenegraph.org/viewtopic.php?p=76763#76763
>
>
>
>
>
>___
>osg-users mailing list
>osg-users@lists.openscenegraph.org
>http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
>
>
>NOTICE: This communication and any attachments ("this message") may contain 
>information which is privileged, confidential, proprietary or otherwise 
>subject to restricted disclosure under applicable law. This message is for the 
>sole use of the intended recipient(s). Any unauthorized use, disclosure, 
>viewing, copying, alteration, dissemination or distribution of, or reliance 
>on, this message is strictly prohibited. If you have received this message in 
>error, or you are not an authorized or intended recipient, please notify the 
>sender immediately by replying to this message, delete this message and all 
>copies from your e-mail system and destroy any printed copies.
>
>
>
>-LAEmHhHzdJzBlTWfa4Hgs7pbKl

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Video Integration in OSG

2019-09-30 Thread Franz-Josef Schneider
Hi,
First thanks Raymond for your reference to the osgrecipes package with VLC 
integration. I have overlooked it at GitHub. I think, I try to switch to VLC.

Hello Robert,
Sorry for my unprecise statements. I currently use osg3.6.4 with the 3rd party 
VS2017_V141_x64_v1_full package, osgAudio2.0 with newest FMOD all under 
Windows2010.  I'm not the installation expert. I use CMAKE to produce my VS2017 
projects and than VS2017 to produce my plugins. OSG, 3rdParties, osgAudio with 
FMOD (with few changes) all work fine.
   
I like in addition to integrate ffmpeg4.2.1. In earlier times some clever 
students of mine made the integration of ffmpeg 2013-10-22 in OSG3.0.1, but 
students come and students go.
Now today: A first, may be little problem, regards to the 
osg/src/Plugins/ffmpeg folder. I got no VS-Project-File with CMAKE. 
But the main problem for me is the installation of the ffmpeg-package itself. 
It's not an OSG issue as I mentioned in my post before. First I can't use 
CMAKE, there is no CMakelist. So I like to compile it with help of the supplied 
shells (configure, Makefile) and MinGW. But I'm not able to compile it till 
yet. Configure Shell produces errors, so Makefile does'nt run. The whole 
installation of ffmpeg inside Window is cumbersome (for me). So I seek advice 
for an alternative in this forum.  


Best Regards

Franz-Josef

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=76763#76763





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Notification

2019-09-30 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 support outside of 
the local business hours. 

You can also obtain support through our Service Desk Portal on the web at 
help.wsp.com 

Thank you

--

Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si ce 
problème requiert une assistance IMMÉDIATE SVP nous contacter par téléphone en 
utilisant votre numéro local. Nous répondrons à votre courriel durant les 
heures ouvrables soit entre 7 heures et 18 heures (heure locale). Le soutien 
technique en dehors des heures ouvrables est limité.

Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au 
help.wsp.com

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: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 during our regular hours of 
>> operation between 7:00 AM to 6:00 PM local time. We provide limited support 
>> outside of the local business hours.
>>
>> You can also obtain support through our Service Desk Portal on the web at 
>> help.wsp.com
>>
>> Thank you
>>
>> --
>>
>> Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si 
>> ce problème requiert une assistance IMMÉDIATE SVP nous contacter par 
>> téléphone en utilisant votre numéro local. Nous répondrons à votre courriel 
>> durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). 
>> Le soutien technique en dehors des heures ouvrables est limité.
>>
>> Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au 
>> help.wsp.com
>>
>> Merci
>>
>> - Original Message -
>> From: Robert Spearman 
>> To: osg-users@lists.openscenegraph.org
>> Sent: Sunday, September 29, 2019 5:54:33 PM GMT-07:00
>> Subject: [osg-users] Is ShaderStorageBufferBinding global?
>>
>> >
>> >I have two nodes, A and B, each with their own SSBOs being bound to slot
>> >0.  A loads first, and then B.  They are on different scene graph branches.
>> >
>> >It looks like node B replaces the SSBO binding set up by A.  The compute
>> >shader on A then modifies the SSBO used by B, causing neither node to
>> >behave correctly.  Each works fine as long as the other is not loaded.
>> >
>> >I am surprised OSG (3.4.0) does not appear to be managing this state.
>> >Do I need to manage this myself?
>> >
>> >Thanks,
>> >
>> >Rob
>> >
>> >
>> >___
>> >osg-users mailing list
>> >osg-users@lists.openscenegraph.org
>> >http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>> >
>> >
>> >
>> >
>> >NOTICE: This communication and any attachments ("this message") may contain 
>> >information which is privileged, confidential, proprietary or otherwise 
>> >subject to restricted disclosure under applicable law. This message is for 
>> >the sole use of the intended recipient(s). Any unauthorized use, 
>> >disclosure, viewing, copying, alteration, dissemination or distribution of, 
>> >or reliance on, this message is strictly prohibited. If you have received 
>> >this message in error, or you are not an authorized or intended recipient, 
>> >please notify the sender immediately by replying to this message, delete 
>> >this message and all copies from your e-mail system and destroy any printed 
>> >copies.
>> >
>> >
>> >
>> >-LAEmHhHzdJzBlTWfa4Hgs7pbKl
>>
>> ___
>> osg-users mailing list
>> osg-users@lists.openscenegraph.org
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>___
>osg-users mailing list
>osg-users@lists.openscenegraph.org
>http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 during our regular hours of operation 
> between 7:00 AM to 6:00 PM local time. We provide limited support outside of 
> the local business hours.
>
> You can also obtain support through our Service Desk Portal on the web at 
> help.wsp.com
>
> Thank you
>
> --
>
> Votre courriel acheminé au Centre d’assistance TI global a bien été reçu- si 
> ce problème requiert une assistance IMMÉDIATE SVP nous contacter par 
> téléphone en utilisant votre numéro local. Nous répondrons à votre courriel 
> durant les heures ouvrables soit entre 7 heures et 18 heures (heure locale). 
> Le soutien technique en dehors des heures ouvrables est limité.
>
> Vous pouvez aussi obtenir de l’aide en visitant le portail de WSP au 
> help.wsp.com
>
> Merci
>
> - Original Message -
> From: Robert Spearman 
> To: osg-users@lists.openscenegraph.org
> Sent: Sunday, September 29, 2019 5:54:33 PM GMT-07:00
> Subject: [osg-users] Is ShaderStorageBufferBinding global?
>
> >
> >I have two nodes, A and B, each with their own SSBOs being bound to slot
> >0.  A loads first, and then B.  They are on different scene graph branches.
> >
> >It looks like node B replaces the SSBO binding set up by A.  The compute
> >shader on A then modifies the SSBO used by B, causing neither node to
> >behave correctly.  Each works fine as long as the other is not loaded.
> >
> >I am surprised OSG (3.4.0) does not appear to be managing this state.
> >Do I need to manage this myself?
> >
> >Thanks,
> >
> >Rob
> >
> >
> >___
> >osg-users mailing list
> >osg-users@lists.openscenegraph.org
> >http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
> >
> >
> >
> >
> >NOTICE: This communication and any attachments ("this message") may contain 
> >information which is privileged, confidential, proprietary or otherwise 
> >subject to restricted disclosure under applicable law. This message is for 
> >the sole use of the intended recipient(s). Any unauthorized use, disclosure, 
> >viewing, copying, alteration, dissemination or distribution of, or reliance 
> >on, this message is strictly prohibited. If you have received this message 
> >in error, or you are not an authorized or intended recipient, please notify 
> >the sender immediately by replying to this message, delete this message and 
> >all copies from your e-mail system and destroy any printed copies.
> >
> >
> >
> >-LAEmHhHzdJzBlTWfa4Hgs7pbKl
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org