#include "eggUtilities.h"
#include "eggPrimitive.h"
#include "eggGroupNode.h"
Go to the source code of this file.
Functions | |
void | get_textures_by_filename (const EggNode *node, EggTextureFilenames &result) |
Extracts from the egg subgraph beginning at the indicated node a set of all the texture objects referenced, grouped together by filename. |
Definition in file eggUtilities.cxx.
|
Extracts from the egg subgraph beginning at the indicated node a set of all the texture objects referenced, grouped together by filename. Texture objects that share a common filename (but possibly differ in other properties) are returned together in the same element of the map. Definition at line 45 of file eggUtilities.cxx. References EggGroupNode::const_iterator. |