Changeset 27
- Timestamp:
- 02/14/07 15:27:15 (2 years ago)
- Files:
-
- branches/brutal-hackjob-for-OSG1.2/pyosg/PyOSG.egg-info/stdeb.cfg (modified) (1 diff)
- branches/brutal-hackjob-for-OSG1.2/pyosg/include/held_ptr.hpp (modified) (1 diff)
- branches/brutal-hackjob-for-OSG1.2/pyosg/osg/LOD.cpp (modified) (1 diff)
- branches/brutal-hackjob-for-OSG1.2/pyosg/osg/StateSet.cpp (modified) (1 diff)
- branches/brutal-hackjob-for-OSG1.2/pyosg/osgSim/OverlayNode.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/brutal-hackjob-for-OSG1.2/pyosg/PyOSG.egg-info/stdeb.cfg
r22 r27 1 1 # configuration file for stdeb http://stdeb.python-hosting.com/ 2 2 [PyOSG] 3 Build-Depends: libboost-python-dev, libopenscenegraph-dev (>= 1.0) 3 Build-Depends: libboost-python-dev, libopenscenegraph-dev (>= 1.0), libglu-dev branches/brutal-hackjob-for-OSG1.2/pyosg/include/held_ptr.hpp
r26 r27 35 35 36 36 // XXX need to check when this was added to OSG 37 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 2))37 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 1)) 38 38 template<class T> inline T * get_pointer(osg::ref_ptr<T> const & p) 39 39 { branches/brutal-hackjob-for-OSG1.2/pyosg/osg/LOD.cpp
r26 r27 61 61 .def("addChild", (bool (LOD::*)(Node *, float, float)) &LOD::addChild) 62 62 63 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 2))63 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 1)) 64 64 .def("removeChild", &LOD::removeChild) 65 65 #else branches/brutal-hackjob-for-OSG1.2/pyosg/osg/StateSet.cpp
r26 r27 133 133 OSG_ENUM_MODE(USE_RENDERBIN_DETAILS); 134 134 OSG_ENUM_MODE(OVERRIDE_RENDERBIN_DETAILS); 135 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 2))135 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 1)) 136 136 OSG_ENUM_MODE(ENCLOSE_RENDERBIN_DETAILS); 137 137 #endif branches/brutal-hackjob-for-OSG1.2/pyosg/osgSim/OverlayNode.cpp
r26 r27 46 46 /** Inform the OverlayNode that the overlay texture needs to be updated.*/ 47 47 48 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 2))48 #if ((OSG_VERSION_MAJOR==1) & (OSG_VERSION_MINOR < 1)) 49 49 overlaynode.def("setContinousUpdate", 50 50 &osgSim::OverlayNode::setContinousUpdate);
