Removed files as they all have the incorrectly have the execution bit enabled, will add back in with this fixed.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#include <osg/OccluderNode>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( OccluderNode,
|
||||
new osg::OccluderNode,
|
||||
osg::OccluderNode,
|
||||
"osg::Object osg::Node osg::Group osg::OccluderNode" )
|
||||
{
|
||||
ADD_OBJECT_SERIALIZER( Occluder, osg::ConvexPlanarOccluder, NULL ); // _occluder
|
||||
}
|
||||
Reference in New Issue
Block a user