Fixed refrences to NewCullVisitor which has now been mapped onto CullVisitor.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user