Classes

lib/CS123XmlSceneParser.h File Reference

This parser is designed to replace the aging Scenefile Parser built with Flex/Yacc/Bison. It is intended to be linked to the TinyXML parser library that should be included with these files. More...

#include "CS123ISceneParser.h"
#include "CS123SceneData.h"
#include <vector>
#include <map>
Include dependency graph for CS123XmlSceneParser.h:

Classes

class  CS123XmlSceneParser
 This class parses the scene graph specified by the CS123 Xml file format. More...

Detailed Description

This parser is designed to replace the aging Scenefile Parser built with Flex/Yacc/Bison. It is intended to be linked to the TinyXML parser library that should be included with these files.

Author:
Eric Tamura (October 2006)
Nong Li (August 2007)