Ignore:
Timestamp:
Jan 21, 2011, 10:18:18 PM (13 years ago)
Author:
Torben Dannhauer
Message:

Created environment to parse models from XML

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/object/visual_object.cpp

    r202 r203  
    6868visual_object* visual_object::createNodeFromXMLConfig(osg::CoordinateSystemNode* sceneRoot_, xmlNode* a_node)
    6969{
     70        if(a_node == NULL)
     71                return NULL;
     72
     73        OSG_NOTIFY( osg::ALWAYS ) << __FUNCTION__ << "Try to creating a new Model.." << std::endl;
    7074        //osg::ref<visual_object> object = new visual_object( root, nodeName);
    7175
     
    8488                        */
    8589
    86 
     90        OSG_NOTIFY( osg::ALWAYS ) << "Done." << std::endl;
    8791        return NULL;
    8892}
Note: See TracChangeset for help on using the changeset viewer.