Moved TriangleFunctor from Drawable into its own header file.

This commit is contained in:
Robert Osfield
2002-12-16 17:00:05 +00:00
parent ddbf2ad8a0
commit 8f81cf2ac6
6 changed files with 341 additions and 322 deletions

View File

@@ -4,6 +4,7 @@
#include <osg/LOD>
#include <osg/Billboard>
#include <osg/Notify>
#include <osg/TriangleFunctor>
#include <float.h>
#include <algorithm>