|
Blender V4.3
|
#include <string>#include "COLLADASWCamera.h"#include "DNA_camera_types.h"#include "CameraExporter.h"#include "collada_internal.h"Go to the source code of this file.
Functions | |
| template<class Functor > | |
| void | forEachCameraObjectInExportSet (Scene *sce, Functor &f, LinkNode *export_set) |
| void forEachCameraObjectInExportSet | ( | Scene * | sce, |
| Functor & | f, | ||
| LinkNode * | export_set ) |
Definition at line 25 of file CameraExporter.cpp.
References Object::data, LinkNode::next, node, OB_CAMERA, and Object::type.
Referenced by CamerasExporter::exportCameras().