29 if (node->
is_of_type(EggPrimitive::get_class_type())) {
33 for (
int i = 0; i < num_textures; i++) {
35 result[tex->get_filename()].insert(tex);
38 }
else if (node->
is_of_type(EggGroupNode::get_class_type())) {
41 EggGroupNode::const_iterator ci;
42 for (ci = group->begin(); ci != group->end(); ++ci) {
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.