Hi Santosh, On 27. Mar 2009, at 8:45, Santosh wrote:
> Hi Stefan > > I have created a "PLY" Loader for osg using eqPly's "PLY" loader. > So I have used ply.h and vertexData.h. I have modified > mesh::VertexData class so that it will create osg::Node. > > Now I would like to contribute this loader to OpenSceneGraph > community and would like to know whether there are any potential > licensing issues. The kd-Tree (VertexBuffer*) is LGPL-licensed, and the base ply loader (ply*) is BSD. As long as you leave the copyright notices intact, there is no issue. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

