Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA
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.
2005-05-09 18:17:56 +08:00
|
|
|
// ***************************************************************************
|
|
|
|
//
|
|
|
|
// Generated automatically by genwrapper.
|
|
|
|
// Please DO NOT EDIT this file!
|
|
|
|
//
|
|
|
|
// ***************************************************************************
|
|
|
|
|
|
|
|
#include <osgIntrospection/ReflectionMacros>
|
|
|
|
#include <osgIntrospection/TypedMethodInfo>
|
2006-09-01 21:34:05 +08:00
|
|
|
#include <osgIntrospection/StaticMethodInfo>
|
Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA
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.
2005-05-09 18:17:56 +08:00
|
|
|
#include <osgIntrospection/Attributes>
|
|
|
|
|
|
|
|
#include <osg/Array>
|
2006-07-19 04:53:16 +08:00
|
|
|
#include <osg/CopyOp>
|
Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA
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.
2005-05-09 18:17:56 +08:00
|
|
|
#include <osg/Geometry>
|
|
|
|
#include <osgUtil/TangentSpaceGenerator>
|
|
|
|
|
2005-05-16 17:41:10 +08:00
|
|
|
// Must undefine IN and OUT macros defined in Windows headers
|
|
|
|
#ifdef IN
|
|
|
|
#undef IN
|
|
|
|
#endif
|
|
|
|
#ifdef OUT
|
|
|
|
#undef OUT
|
|
|
|
#endif
|
|
|
|
|
2007-02-14 19:24:42 +08:00
|
|
|
BEGIN_OBJECT_REFLECTOR(osgUtil::TangentSpaceGenerator)
|
2005-05-16 17:41:10 +08:00
|
|
|
I_BaseType(osg::Referenced);
|
2006-10-24 17:45:50 +08:00
|
|
|
I_Constructor0(____TangentSpaceGenerator,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_ConstructorWithDefaults2(IN, const osgUtil::TangentSpaceGenerator &, copy, , IN, const osg::CopyOp &, copyop, osg::CopyOp::SHALLOW_COPY,
|
|
|
|
____TangentSpaceGenerator__C5_TangentSpaceGenerator_R1__C5_osg_CopyOp_R1,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_MethodWithDefaults2(void, generate, IN, osg::Geometry *, geo, , IN, int, normal_map_tex_unit, 0,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__void__generate__osg_Geometry_P1__int,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(osg::Vec4Array *, getTangentArray,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__osg_Vec4Array_P1__getTangentArray,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(const osg::Vec4Array *, getTangentArray,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__C5_osg_Vec4Array_P1__getTangentArray,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method1(void, setTangentArray, IN, osg::Vec4Array *, array,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__void__setTangentArray__osg_Vec4Array_P1,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(osg::Vec4Array *, getNormalArray,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__osg_Vec4Array_P1__getNormalArray,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(const osg::Vec4Array *, getNormalArray,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__C5_osg_Vec4Array_P1__getNormalArray,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method1(void, setNormalArray, IN, osg::Vec4Array *, array,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__void__setNormalArray__osg_Vec4Array_P1,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(osg::Vec4Array *, getBinormalArray,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__osg_Vec4Array_P1__getBinormalArray,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(const osg::Vec4Array *, getBinormalArray,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__C5_osg_Vec4Array_P1__getBinormalArray,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method1(void, setBinormalArray, IN, osg::Vec4Array *, array,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__void__setBinormalArray__osg_Vec4Array_P1,
|
|
|
|
"",
|
|
|
|
"");
|
|
|
|
I_Method0(osg::IndexArray *, getIndices,
|
2007-02-13 02:02:15 +08:00
|
|
|
Properties::NON_VIRTUAL,
|
2006-10-24 17:45:50 +08:00
|
|
|
__osg_IndexArray_P1__getIndices,
|
|
|
|
"",
|
|
|
|
"");
|
2007-03-01 19:58:36 +08:00
|
|
|
I_ProtectedMethod7(void, compute, IN, osg::PrimitiveSet *, pset, IN, const osg::Array *, vx, IN, const osg::Array *, nx, IN, const osg::Array *, tx, IN, int, iA, IN, int, iB, IN, int, iC,
|
|
|
|
Properties::NON_VIRTUAL,
|
|
|
|
Properties::NON_CONST,
|
|
|
|
__void__compute__osg_PrimitiveSet_P1__C5_osg_Array_P1__C5_osg_Array_P1__C5_osg_Array_P1__int__int__int,
|
|
|
|
"",
|
|
|
|
"");
|
2006-10-24 17:45:50 +08:00
|
|
|
I_SimpleProperty(osg::Vec4Array *, BinormalArray,
|
|
|
|
__osg_Vec4Array_P1__getBinormalArray,
|
|
|
|
__void__setBinormalArray__osg_Vec4Array_P1);
|
|
|
|
I_SimpleProperty(osg::IndexArray *, Indices,
|
|
|
|
__osg_IndexArray_P1__getIndices,
|
|
|
|
0);
|
|
|
|
I_SimpleProperty(osg::Vec4Array *, NormalArray,
|
|
|
|
__osg_Vec4Array_P1__getNormalArray,
|
|
|
|
__void__setNormalArray__osg_Vec4Array_P1);
|
|
|
|
I_SimpleProperty(osg::Vec4Array *, TangentArray,
|
|
|
|
__osg_Vec4Array_P1__getTangentArray,
|
|
|
|
__void__setTangentArray__osg_Vec4Array_P1);
|
Added osgUtil, osgDB, osgFX, osgParticle, osgSim, osgTerrain, osgGA
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.
2005-05-09 18:17:56 +08:00
|
|
|
END_REFLECTOR
|
|
|
|
|