and osgProducer to osgWrappers directory. Enabled the build of osgWrappers/osg, osgWrappers/osgPartile and osgWrappers/osgSim, but not osgUtil, osgDB, osgFX, osgTerrain, osgGA and osgProducer due to compile errors. I am assuming that these compilers are fixable so I'm checked all the source code so that members of the community can help fix them.
21 lines
589 B
C++
21 lines
589 B
C++
// ***************************************************************************
|
|
//
|
|
// Generated automatically by genwrapper.
|
|
// Please DO NOT EDIT this file!
|
|
//
|
|
// ***************************************************************************
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
#include <osg/Geode>
|
|
#include <osgUtil/SmoothingVisitor>
|
|
|
|
BEGIN_VALUE_REFLECTOR(osgUtil::SmoothingVisitor)
|
|
BaseType(osg::NodeVisitor);
|
|
Constructor0();
|
|
Method1(void, apply, IN, osg::Geode &, geode);
|
|
END_REFLECTOR
|
|
|