Added missing files
This commit is contained in:
10
src/osgWrappers/osg/Vec3.cpp
Normal file
10
src/osgWrappers/osg/Vec3.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Vec3>
|
||||
|
||||
using namespace osgIntrospection;
|
||||
|
||||
// simple reflectors for types that are considered 'atomic'
|
||||
STD_VALUE_REFLECTOR(osg::Vec3)
|
||||
10
src/osgWrappers/osg/Vec4.cpp
Normal file
10
src/osgWrappers/osg/Vec4.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osg/Vec4>
|
||||
|
||||
using namespace osgIntrospection;
|
||||
|
||||
// simple reflectors for types that are considered 'atomic'
|
||||
STD_VALUE_REFLECTOR(osg::Vec4)
|
||||
Reference in New Issue
Block a user