Re: [osg-users] How to texture map Box/Sphere/Cone/Capsule/Cylinder

2017-08-08 Thread Robert Osfield
Hi Paul, Only in git master and recent 3.5.x dev series does ShapeDrawable subclass from osg::Geometry. For older releases (3.4.0 and before) ShapeDrawable computes the coordinates on the fly so there isn't any coords you can get and modify. As a general note, ShapeDrawable is a convenience

Re: [osg-users] Please test OpenSceneGraph-3.4 in prep for 3.4.1

2017-08-08 Thread Jordi Torres
Humnm, we can have different coverity scan branches if we want to analyze several releases. Anyway is no problem for me to wait to 3.6 :). Thanks Robert. 2017-08-07 19:25 GMT+02:00 Robert Osfield : > On 7 August 2017 at 16:40, Jordi Torres

Re: [osg-users] Please test OpenSceneGraph-3.4 in prep for 3.4.1

2017-08-08 Thread Robert Osfield
On 8 August 2017 at 09:25, Jordi Torres wrote: > Humnm, we can have different coverity scan branches if we want to analyze > several releases. Anyway is no problem for me to wait to 3.6 :). > The purge of coverity scan issues took a lot of effort and time, it's not

Re: [osg-users] Problem to load images

2017-08-08 Thread Nabil KHALIFA
Hello, you should add the osgdb_jpeg.dll to the exe folder. On 8 August 2017 at 00:36, RĂ´mulo Cerqueira wrote: > Hi, > > currently I have a problem to load and process image files in my OSG c++ > code. I got the message: > > > Code: > Warning: Error in reading to

[osg-users] SIGGRAPH OSG BOF Success and Thanks

2017-08-08 Thread John Richardson
Hello, The OSG BOF at SIGGRAPH was a SUCCESS. Thanks to Robert for the slides. Also thanks to Steve Satterfield at NIST for a video presentation of simulation results in a CAVE. And Robert's first or second slide thanked the unlucky individual to be the talking head... Which was David Glenn

Re: [osg-users] Please test OpenSceneGraph-3.4 in prep for 3.4.1

2017-08-08 Thread Jordi Torres
Hi Robert, I will try to make it work again. I'll ping you when I know something else (in a different trhead to not add noise to this one). Thanks 2017-08-08 15:41 GMT+02:00 Robert Osfield : > On 8 August 2017 at 10:14, Robert Osfield >

Re: [osg-users] How to texture map Box/Sphere/Cone/Capsule/Cylinder

2017-08-08 Thread Paul Leopard
Ok thanks for the response Regards, P things are more like they are now than they have ever been before -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=71385#71385 ___

[osg-users] Prevent resizing with window decoration

2017-08-08 Thread Sebastian Schmidt
Hi, Is there any fix for the issue to prevent users from resizing the window with active window decoration in newer osg versions? old thread: http://forum.openscenegraph.org/viewtopic.php?t=9882 OSG Version: 3.0.1 OS: OpenSuse Leap 42.1 -- Read this

Re: [osg-users] Prevent resizing with window decoration

2017-08-08 Thread Robert Osfield
On 8 August 2017 at 14:44, Sebastian Schmidt wrote: > Is there any fix for the issue to prevent users from resizing the window > with active window decoration in newer osg versions? > > old thread: http://forum.openscenegraph.org/viewtopic.php?t=9882 > > Have you tried