Changeset 129 for osgVisual/src
- Timestamp:
- Sep 11, 2010, 10:21:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/core/visual_core.cpp
r128 r129 350 350 enabled = false; 351 351 352 353 std::cout << "Attribute name: " << attr->name << " value: " << attr_value << std::endl; 352 OSG_ALWAYS << "Module '" << name << "' found. Enabled = " << enabled << std::endl; 353 354 354 attr = attr->next; 355 355 } 356 356 357 // Pass the nodes to the corresponding modules... 358 if(name == "core") this->config(a_node); 357 359 358 360 } … … 361 363 { 362 364 OSG_ALWAYS << "parseScenery()" << std::endl; 365 } 366 367 void visual_core::config(xmlNode * a_node) 368 { 369 // Currently no configuration options fpr the core module are available. 363 370 } 364 371
Note: See TracChangeset
for help on using the changeset viewer.