Thanks Donn, fixes applied -Michael On 17 August 2010 14:11, Donn Mielcarek < [email protected]> wrote:
> The fbx plugin won't compile using gcc 4.3.2. I made the following > minor changes: > > 1. WriterNodeVisitor.cpp needed limits.h added to the headers. > > 2. gcc does not allow structures to be defined inside of functions, so > I moved the definition of PolygonRef out of the function to a global > scope (right above the function readMesh). > > I also removed a bunch of embedded carriage returns. > > Donn Mielcarek > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
