[osg-users] Imporstor and Shadows

2016-05-26 Thread Daniel Schmid
Hi there I have a scenario with around 100 cars driving around in my scene. I wondered if I could gain some performance by using impostors to simplify the rendering if this high-poly objects. For now I have no experience with impostors, and I don't know if they integrate well with Shadow (VDSM)

[osg-users] confused with setTextureAttributeAndModes

2016-05-26 Thread Julien Valentin
Hi, I had a bug using setTextureAttributeAndModes with a TextureBuffer and realized there are two methods (i used the setTextureAttribute and now all is good) Code: /** Set this StateSet to contain specified attribute and override flag.*/ void setTextureAttribute(unsigned int unit,StateA

[osg-users] OT: Oracle loses API IP case with Google

2016-05-26 Thread Chris Hanson
This is OT, however, the ramifications of this affect our entire industry. Oracle has lost their case claiming that APIs can be the basis for copyright infringement. This was a claim we all thought was determined (against them being copyrightable and infringe-able) back in the 80s with the BSD Un

Re: [osg-users] CullVisitor object not getting properly deleted

2016-05-26 Thread Rick Irons
Hi Robert, Unfortunately the fix didn't address the crash I am encountering. The issue of the dynamic cast in objectDeleted() (\openscenegraph\src\osgUtil\CullVisitor.cpp) failing remains... virtual void objectDeleted(void* object) { osg::Referenced* ref = rei

Re: [osg-users] [forum] "Request received" emails

2016-05-26 Thread alex orsen
Hi, ask moderator to send you one more email Thank you! Cheers, alex -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=67241#67241 ___ osg-users mailing list osg-users@lists.openscenegraph.org http:/

[osg-users] [osgPlugins] GDAL plugin

2016-05-26 Thread Filip Arlet
Hi, GDAL plugin uses outdated function extractImageLayer Code: virtual osgTerrain::ImageLayer* extractImageLayer(unsigned int sourceMinX, unsigned int sourceMinY, unsigned int sourceMaxX, unsigned int sourceMaxY, unsigned int targetWidth=0, unsigned int targetHeight=0); for extraction of ti