Added osgVolume to docs and wrappers
This commit is contained in:
@@ -123,16 +123,18 @@ SET(OSGWRAPPER_LIB_LIST
|
||||
OpenThreads
|
||||
osg
|
||||
osgDB
|
||||
osgUtil
|
||||
osgGA
|
||||
osgText
|
||||
osgParticle
|
||||
osgFX
|
||||
osgSim
|
||||
osgGA
|
||||
osgManipulator
|
||||
osgParticle
|
||||
osgShadow
|
||||
osgSim
|
||||
osgTerrain
|
||||
osgText
|
||||
osgUtil
|
||||
osgViewer
|
||||
osgVolume
|
||||
osgWidget
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -635,6 +635,16 @@ BEGIN_OBJECT_REFLECTOR(osg::Geometry)
|
||||
__void__copyToAndOptimize__Geometry_R1,
|
||||
"",
|
||||
"");
|
||||
I_Method0(bool, containsSharedArrays,
|
||||
Properties::NON_VIRTUAL,
|
||||
__bool__containsSharedArrays,
|
||||
"",
|
||||
"");
|
||||
I_Method0(void, duplicateSharedArrays,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__duplicateSharedArrays,
|
||||
"",
|
||||
"");
|
||||
I_Method0(void, computeInternalOptimizedGeometry,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__computeInternalOptimizedGeometry,
|
||||
|
||||
@@ -980,11 +980,6 @@ BEGIN_OBJECT_REFLECTOR(osgTerrain::SwitchLayer)
|
||||
__C5_char_P1__className,
|
||||
"return the name of the object's class type. ",
|
||||
"Must be defined by derived classes. ");
|
||||
I_Method0(void, clear,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__clear,
|
||||
"",
|
||||
"");
|
||||
I_Method1(void, setActiveLayer, IN, int, i,
|
||||
Properties::NON_VIRTUAL,
|
||||
__void__setActiveLayer__int,
|
||||
|
||||
22
src/osgWrappers/osgVolume/Export.cpp
Normal file
22
src/osgWrappers/osgVolume/Export.cpp
Normal file
@@ -0,0 +1,22 @@
|
||||
// ***************************************************************************
|
||||
//
|
||||
// Generated automatically by genwrapper.
|
||||
// Please DO NOT EDIT this file!
|
||||
//
|
||||
// ***************************************************************************
|
||||
|
||||
#include <osgIntrospection/ReflectionMacros>
|
||||
#include <osgIntrospection/TypedMethodInfo>
|
||||
#include <osgIntrospection/StaticMethodInfo>
|
||||
#include <osgIntrospection/Attributes>
|
||||
|
||||
#include <osgVolume/Export>
|
||||
|
||||
// Must undefine IN and OUT macros defined in Windows headers
|
||||
#ifdef IN
|
||||
#undef IN
|
||||
#endif
|
||||
#ifdef OUT
|
||||
#undef OUT
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user