From Jordi Torres, "Added TriangleLinePointIndexFunctor to osg namespace"
This commit is contained in:
parent
84c202f2ab
commit
b3e0f83c07
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user