Robert, a client of mine asked me about this submission recently and mentioned he had not seen into trunk yet. Is there any reason that this submission would be rejected?
On Tue, Jul 3, 2012 at 8:44 PM, Chris Hanson <[email protected]> wrote: > Adds missing copy for _bbox member variable to copy constructor: > > LightPointNode::LightPointNode(const LightPointNode& lpn,const > osg::CopyOp& copyop): > osg::Node(lpn,copyop), > _bbox(lpn._bbox), > _lightPointList(lpn._lightPointList), > _minPixelSize(lpn._minPixelSize), > _maxPixelSize(lpn._maxPixelSize), > _maxVisibleDistance2(lpn._maxVisibleDistance2), > _lightSystem(lpn._lightSystem), > _pointSprites(lpn._pointSprites) > { > } > > > Lacking this causes _bbox to be uninitialized after LOD changes when > paged databases refer to shared subgraphs. > > -- > Chris 'Xenon' Hanson, omo sanza lettere. [email protected] > 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 > Digital Imaging • GIS • GPS • Telemetry • Cryptography • Digital Audio • > LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android > > -- Chris 'Xenon' Hanson, omo sanza lettere. [email protected] 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 Digital Imaging • GIS • GPS • osgEarth • Terrain • Telemetry • Cryptography • Digital Audio • LIDAR • Kinect • Embedded • Mobile • iPhone/iPad/iOS • Android @alphapixel <https://twitter.com/alphapixel> facebook.com/alphapixel (775) 623-PIXL [7495]
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
