|
Blender V4.5
|
#include <string>#include "COLLADASWColor.h"#include "COLLADASWLight.h"#include "DNA_light_types.h"#include "LightExporter.h"#include "collada_internal.h"#include "BKE_light.h"Go to the source code of this file.
Functions | |
| template<class Functor> | |
| void | forEachLightObjectInExportSet (Scene *sce, Functor &f, LinkNode *export_set) |
| void forEachLightObjectInExportSet | ( | Scene * | sce, |
| Functor & | f, | ||
| LinkNode * | export_set ) |
Definition at line 21 of file LightExporter.cpp.
References Object::data, LinkNode::link, LinkNode::next, OB_LAMP, and Object::type.
Referenced by LightsExporter::exportLights().