Hi Florian,

Subclassing from OSG classes is permitted, but copying OSGPL'd code
into your own application is not permitted by the license.  If you are
needing to copy code then to subclass the viewer then it suggests that
osgViewer isn't extensible enough and perhaps a small refactor, such
as breaking out methods into separate consistent parts would be
appropriate.

Robert.

On Wed, Jul 15, 2009 at 4:11 PM, Florian Winter<[email protected]> wrote:
> Hi,
>
> We have developed a subclass of osgViewer::Viewer that uses some code
> copied from the original osgViewer::Viewer class in its own methods.
> Does the OSG license permit distribution of our derived viewer class
> (which contains code copied from OSG) in binary form without us having
> to make the source code available or having to distribute our binaries
> under certain terms?
>
> Regards,
> fw
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to