Ignore:
Timestamp:
Sep 11, 2010, 10:21:58 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/src/core/visual_core.cpp

    r128 r129  
    350350                        enabled = false;
    351351
    352 
    353                 std::cout << "Attribute name: " << attr->name << " value: " << attr_value << std::endl;
     352                OSG_ALWAYS << "Module '" << name << "' found. Enabled = " << enabled << std::endl;
     353
    354354                attr = attr->next;
    355355        }
    356356
     357        // Pass the nodes to the corresponding modules...
     358        if(name == "core") this->config(a_node);
    357359
    358360}
     
    361363{
    362364        OSG_ALWAYS << "parseScenery()" << std::endl;
     365}
     366
     367void visual_core::config(xmlNode * a_node)
     368{
     369        // Currently no configuration options fpr the core module are available.
    363370}
    364371
Note: See TracChangeset for help on using the changeset viewer.