15 #ifndef VRMLTOEGGCONVERTER_H
16 #define VRMLTOEGGCONVERTER_H
18 #include "pandatoolbase.h"
20 #include "somethingToEggConverter.h"
This is our own Panda specialization on the default STL map.
This is a 4-by-4 transform matrix.
virtual string get_name() const
Returns the English name of the file type this converter supports.
A base class for nodes in the hierarchy that are not leaf nodes.
virtual SomethingToEggConverter * make_copy()
Allocates and returns a new copy of the converter.
virtual bool supports_compressed() const
Returns true if this file type can transparently load compressed files (with a .pz extension)...
virtual string get_extension() const
Returns the common extension of the file type this converter supports.
The main glue of the egg hierarchy, this corresponds to the <Group>, <Instance>, and <Joint> type nod...
The name of a file, such as a texture file or an Egg file.
This class supervises the construction of an EggData structure from a VRML file.
virtual bool convert_file(const Filename &filename)
Handles the reading of the input file and converting it to egg.
This is a base class for a family of converter classes that manage a conversion from some file type t...