Fixed refrences to NewCullVisitor which has now been mapped onto CullVisitor.

This commit is contained in:
Robert Osfield
2002-04-11 08:24:55 +00:00
parent f2ffbdd469
commit e037c79917
2 changed files with 31 additions and 34 deletions

View File

@@ -13,13 +13,10 @@
#include <osg/DisplaySettings>
//#include <osgUtil/CullVisitor>
#include <osgUtil/NewCullVisitor>
#include <osgUtil/CullVisitor>
namespace osgUtil {
typedef NewCullVisitor CullVisitor;
/**
* SceneView is literally a view of a scene, encapsulating the
* camera, global state, lights and the scene itself. Provides