source: trunk/VUT/GtpVisibilityPreprocessor/src/X3dParser.h @ 170

Revision 170, 234 bytes checked in by bittner, 19 years ago (diff)

mesh kd tree added

Line 
1#ifndef __X3DPARSER_H
2#define __X3DPARSER_H
3
4#include "Parser.h"
5
6
7class X3dParser : public Parser
8{
9public:
10  X3dParser():Parser() {}
11 
12  bool ParseFile(const string filename, SceneGraphNode **root);
13 
14};
15
16
17#endif
Note: See TracBrowser for help on using the repository browser.