Added files back in with the execution bit correctly disabled.
This commit is contained in:
12
src/osgWrappers/serializers/osg/MatrixTransform.cpp
Normal file
12
src/osgWrappers/serializers/osg/MatrixTransform.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <osg/MatrixTransform>
|
||||
#include <osgDB/ObjectWrapper>
|
||||
#include <osgDB/InputStream>
|
||||
#include <osgDB/OutputStream>
|
||||
|
||||
REGISTER_OBJECT_WRAPPER( MatrixTransform,
|
||||
new osg::MatrixTransform,
|
||||
osg::MatrixTransform,
|
||||
"osg::Object osg::Node osg::Group osg::Transform osg::MatrixTransform" )
|
||||
{
|
||||
ADD_MATRIX_SERIALIZER( Matrix, osg::Matrix() ); // _matrix
|
||||
}
|
||||
Reference in New Issue
Block a user