Changeset 87 for osgVisual/include
- Timestamp:
- Jul 28, 2010, 5:13:22 PM (14 years ago)
- Location:
- osgVisual/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/core/leakDetection.h
r86 r87 21 21 22 22 #ifdef _DEBUG 23 #ifndef DBG_NEW 24 #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) 25 #define new DBG_NEW 23 #ifdef WIN32 24 #ifndef DBG_NEW 25 #define DBG_NEW new ( _NORMAL_BLOCK , __FILE__ , __LINE__ ) 26 #define new DBG_NEW 27 #endif 26 28 #endif 27 29 #endif -
osgVisual/include/core/visual_core.h
r67 r87 160 160 161 161 osg::ref_ptr<osgGA::NodeTrackerManipulator> nt; 162 163 osg::ref_ptr<visual_debug_hud> hud; 162 164 }; 163 165 -
osgVisual/include/sky_Silverlining/skySilverLining_ProjectionMatrixCallback.h
r32 r87 55 55 atmosphere(atm), camera(cam), csn(csn_), skyDrawable(0), minFar(90000), maxNear(2) 56 56 { 57 #include <leakDetection.h> 58 57 59 stockCullVisitor = osgUtil::CullVisitor::create(); 58 60 //stockCullVisitor->setNearFarRatio( 0.00005 );
Note: See TracChangeset
for help on using the changeset viewer.