Panda3D
 All Classes Functions Variables Enumerations
parse_vrml.h
00001 // Filename: parse_vrml.h
00002 // Created by:  drose (24Jun99)
00003 // 
00004 ////////////////////////////////////////////////////////////////////
00005 // PANDA 3D SOFTWARE
00006 // Copyright (c) Carnegie Mellon University.  All rights reserved.
00007 //
00008 // All use of this software is subject to the terms of the revised BSD
00009 // license.  You should have received a copy of this license along
00010 // with this source code in a file named "LICENSE."
00011 ////////////////////////////////////////////////////////////////////
00012 
00013 #ifndef PARSE_VRML_H
00014 #define PARSE_VRML_H
00015 
00016 #include "vrmlNode.h"
00017 #include "filename.h"
00018 
00019 VrmlScene *parse_vrml(Filename filename);
00020 VrmlScene *parse_vrml(istream &in, const string &filename);
00021 
00022 #endif
 All Classes Functions Variables Enumerations