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.
25 lines
982 B
C++
25 lines
982 B
C++
// ***************************************************************************
|
|
//
|
|
// Generated automatically by genwrapper.
|
|
// Please DO NOT EDIT this file!
|
|
//
|
|
// ***************************************************************************
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
#include <osgIntrospection/TypedMethodInfo>
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
#include <osg/Drawable>
|
|
#include <osg/Matrix>
|
|
#include <osg/State>
|
|
#include <osgUtil/RenderLeaf>
|
|
|
|
BEGIN_VALUE_REFLECTOR(osgUtil::RenderLeaf)
|
|
BaseType(osg::Referenced);
|
|
ConstructorWithDefaults4(IN, osg::Drawable *, drawable, , IN, osg::RefMatrix *, projection, , IN, osg::RefMatrix *, modelview, , IN, float, depth, 0.0f);
|
|
MethodWithDefaults4(void, set, IN, osg::Drawable *, drawable, , IN, osg::RefMatrix *, projection, , IN, osg::RefMatrix *, modelview, , IN, float, depth, 0.0f);
|
|
Method0(void, reset);
|
|
Method2(void, render, IN, osg::State &, state, IN, osgUtil::RenderLeaf *, previous);
|
|
END_REFLECTOR
|
|
|