From Marco Jez, improvements to osgIntrospection, and new automatically generated
osgWrappers/osg set.
This commit is contained in:
17
src/osgWrappers/osg/Matrix.cpp
Normal file
17
src/osgWrappers/osg/Matrix.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Matrix>
|
||||
|
||||
TYPE_NAME_ALIAS(osg::Matrixd, osg::Matrix);
|
||||
|
||||
TYPE_NAME_ALIAS(osg::RefMatrixd, osg::RefMatrix);
|
||||
|
||||
Reference in New Issue
Block a user