14 #ifndef VRMLTOEGGCONVERTER_H 15 #define VRMLTOEGGCONVERTER_H 40 virtual std::string
get_name()
const;
51 const LMatrix4d &net_transform);
54 const LMatrix4d &net_transform,
57 const LMatrix4d &net_transform));
59 const LMatrix4d &net_transform);
61 const LMatrix4d &net_transform);
63 const LMatrix4d &net_transform);
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is our own Panda specialization on the default STL map.
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.
The main glue of the egg hierarchy, this corresponds to the <Group>, <Instance>, and <Joint> type nod...
virtual std::string get_extension() const
Returns the common extension of the file type this converter supports.
The name of a file, such as a texture file or an Egg file.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This class supervises the construction of an EggData structure from a VRML file.
virtual bool supports_compressed() const
Returns true if this file type can transparently load compressed files (with a .pz extension),...
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...
virtual std::string get_name() const
Returns the English name of the file type this converter supports.