Changeset 11525 for OpenSceneGraph/trunk/src/osgPlugins/ply/typedefs.h
- Timestamp:
- 05/28/10 18:52:45 (3 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgPlugins/ply/typedefs.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ply/typedefs.h
r10041 r11525 23 23 # define MESHASSERT( x ) 24 24 #else 25 # define MESHASSERT(x) { if( !(x) ) \ 26 osg::notify(osg::WARN) << "Ply Loader ##### Assert: " << #x << " #####" << std::endl; } 25 # define MESHASSERT(x) { if( !(x) ) { OSG_WARN << "Ply Loader ##### Assert: " << #x << " #####" << std::endl; } } 27 26 #endif 28 27 29 # define MESHERROR osg::notify(osg::WARN)30 # define MESHWARN osg::notify(osg::WARN)31 # define MESHINFO osg::notify(osg::INFO)28 # define MESHERROR OSG_WARN 29 # define MESHWARN OSG_WARN 30 # define MESHINFO OSG_INFO 32 31 33 32 #if defined(_MSC_VER)
