Blender  V3.3
Functions
LightExporter.cpp File Reference
#include <string>
#include "COLLADASWColor.h"
#include "COLLADASWLight.h"
#include "BLI_math.h"
#include "LightExporter.h"
#include "collada_internal.h"

Go to the source code of this file.

Functions

template<class Functor >
void forEachLightObjectInExportSet (Scene *sce, Functor &f, LinkNode *export_set)
 

Function Documentation

◆ forEachLightObjectInExportSet()

template<class Functor >
void forEachLightObjectInExportSet ( Scene sce,
Functor &  f,
LinkNode export_set 
)

Definition at line 18 of file LightExporter.cpp.

References Object::data, if(), node, OB_LAMP, and Object::type.

Referenced by LightsExporter::exportLights().