18 #include "pandatoolbase.h" 19 #include "eggToSomething.h" 21 #include "eggTransform.h" 23 #include "pre_fcollada_include.h" 25 #include "FCDocument/FCDSceneNode.h" 38 FCDocument* _document;
40 void process_node(FCDSceneNode* parent,
const PT(
EggGroup) node);
41 void apply_transform(FCDSceneNode* to,
const PT(
EggGroup) from);
The main glue of the egg hierarchy, this corresponds to the <Group>, <Instance>, and <Joint> type nod...
A program to read an egg file and write a DAE file.
This is the general base class for a file-converter program that reads some model file format and gen...