|
Blender
V2.59
|
#include <CameraExporter.h>
Public Member Functions | |
| CamerasExporter (COLLADASW::StreamWriter *sw) | |
| void | exportCameras (Scene *sce, bool export_selected) |
| void | operator() (Object *ob, Scene *sce) |
Definition at line 39 of file CameraExporter.h.
| CamerasExporter::CamerasExporter | ( | COLLADASW::StreamWriter * | sw | ) |
Definition at line 42 of file CameraExporter.cpp.
| void CamerasExporter::exportCameras | ( | Scene * | sce, |
| bool | export_selected | ||
| ) |
Definition at line 59 of file CameraExporter.cpp.
References forEachCameraObjectInScene().
Referenced by DocumentExporter::exportCurrentScene().
Definition at line 67 of file CameraExporter.cpp.
References CAM_PERSP, Camera::clipend, Camera::clipsta, Object::data, get_camera_id(), id_name(), Camera::lens, lens_to_angle(), M_PI, Camera::ortho_scale, Scene::r, Camera::type, RenderData::xsch, and RenderData::ysch.