| 47 | struct CollectTriangles |
| 48 | { |
| 49 | CollectTriangles() |
| 50 | { |
| 51 | verts = new osg::Vec3Array(); |
| 52 | } |
| 53 | #ifdef OSG_VERSION_GREATER_THAN |
| 54 | #if OSG_VERSION_GREATER_THAN(3,4,0) |
| 55 | inline void operator () (const osg::Vec3& v1, const osg::Vec3& v2, const osg::Vec3& v3) |
nothing calls this directly
no outgoing calls
no test coverage detected