|
Blender V5.0
|
#include "camera.hh"#include "BKE_camera.h"#include "DNA_camera_types.h"#include "DNA_object_types.h"#include "DNA_scene_types.h"#include "DNA_screen_types.h"#include "DNA_view3d_types.h"#include "DEG_depsgraph_query.hh"#include "hydra/object.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::render |
| namespace | blender::render::hydra |
Functions | |
| static void | blender::render::hydra::gf_camera_fill_dof_data (const Object *camera_obj, pxr::GfCamera *gf_camera) |
| static pxr::GfCamera | blender::render::hydra::gf_camera (const CameraParams ¶ms, const pxr::GfVec2i &res, const pxr::GfVec4f &border) |
| pxr::GfCamera | blender::render::hydra::gf_camera (const Depsgraph *depsgraph, const View3D *v3d, const ARegion *region, const pxr::GfVec4f &border) |
| pxr::GfCamera | blender::render::hydra::gf_camera (const Object *camera_obj, const pxr::GfVec2i &res, const pxr::GfVec4f &border) |