From Jordi Torres, "Added TriangleLinePointIndexFunctor to osg namespace"

This commit is contained in:
Robert Osfield 2016-01-19 14:22:12 +00:00
parent 84c202f2ab
commit b3e0f83c07

View File

@ -16,6 +16,7 @@
#include <osg/PrimitiveSet>
#include <osg/Array>
namespace osg {
template<class T>
class TriangleLinePointIndexFunctor : public osg::PrimitiveIndexFunctor, public T
@ -254,4 +255,6 @@ public:
std::vector<unsigned int> _remap;
};
}
#endif