Added initializer

This commit is contained in:
Robert Osfield
2016-07-01 08:49:55 +01:00
parent 68b69b8021
commit ff5095e8d1

View File

@@ -86,6 +86,7 @@ class ObjPrimitiveIndexWriter : public osg::PrimitiveIndexFunctor {
ObjPrimitiveIndexWriter(std::ostream& fout,osg::Geometry* geo, unsigned int normalIndex, unsigned int lastVertexIndex, unsigned int lastNormalIndex, unsigned int lastTexIndex) :
osg::PrimitiveIndexFunctor(),
_fout(fout),
_modeCache(0),
_lastVertexIndex(lastVertexIndex),
_lastNormalIndex(lastNormalIndex),
_lastTexIndex(lastTexIndex),