Changeset 202 for osgVisual/trunk/include
- Timestamp:
- Jan 21, 2011, 10:07:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/trunk/include/object/visual_object.h
r88 r202 36 36 #include <iostream> 37 37 38 // XML Parser 39 #include <stdio.h> 40 #include <libxml/parser.h> 41 #include <libxml/tree.h> 42 38 43 namespace osgVisual 39 44 { … … 84 89 */ 85 90 ~visual_object(); 91 92 static visual_object* createNodeFromXMLConfig(osg::CoordinateSystemNode* sceneRoot_, xmlNode* a_node); 86 93 87 94
Note: See TracChangeset
for help on using the changeset viewer.