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,13 +0,0 @@
|
||||
#include <osg/CoordinateSystemNode>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( EllipsoidModel,
|
||||
new osg::EllipsoidModel,
|
||||
osg::EllipsoidModel,
|
||||
"osg::Object osg::EllipsoidModel" )
|
||||
{
|
||||
ADD_DOUBLE_SERIALIZER( RadiusEquator, 0.0 ); // _radiusEquator
|
||||
ADD_DOUBLE_SERIALIZER( RadiusPolar, 0.0 ); // _radiusPolar
|
||||
}
|
||||
Reference in New Issue
Block a user