openscenegraph
|
#define OSG_ALWAYS OSG_NOTIFY(osg::ALWAYS) |
#define OSG_DEBUG OSG_NOTIFY(osg::DEBUG_INFO) |
#define OSG_DEBUG_FP OSG_NOTIFY(osg::DEBUG_FP) |
#define OSG_FATAL OSG_NOTIFY(osg::FATAL) |
#define OSG_INFO OSG_NOTIFY(osg::INFO) |
#define OSG_NOTICE OSG_NOTIFY(osg::NOTICE) |
Referenced by osgParticle::DomainOperator::ignore().
#define OSG_NOTIFY | ( | level | ) | if (osg::isNotifyEnabled(level)) osg::notify(level) |
#define OSG_NOTIFY_H 1 |
#define OSG_WARN OSG_NOTIFY(osg::WARN) |
Referenced by osg::clone(), and osg::cloneType().