|
Blender V5.0
|
#include "scene/film.h"#include "device/device.h"#include "scene/background.h"#include "scene/bake.h"#include "scene/camera.h"#include "scene/integrator.h"#include "scene/mesh.h"#include "scene/object.h"#include "scene/scene.h"#include "scene/stats.h"#include "scene/tables.h"#include "util/log.h"#include "util/math.h"#include "util/math_cdf.h"#include "util/time.h"Go to the source code of this file.
Functions | |
| static CCL_NAMESPACE_BEGIN float | filter_func_box (float, float) |
| static float | filter_func_gaussian (float v, const float width) |
| static float | filter_func_blackman_harris (float v, const float width) |
| static vector< float > | filter_table (FilterType type, float width) |
| NODE_DEFINE (Film) | |
| static bool | compare_pass_order (const Pass *a, const Pass *b) |
Definition at line 683 of file film.cpp.
References b, Pass::get_info(), and PassInfo::num_components.
|
static |
Definition at line 26 of file film.cpp.
Referenced by filter_table().
|
static |
Definition at line 43 of file film.cpp.
References assert, FILTER_BLACKMAN_HARRIS, FILTER_BOX, filter_func_blackman_harris(), filter_func_box(), filter_func_gaussian(), FILTER_GAUSSIAN, filter_table(), FILTER_TABLE_SIZE, float, util_cdf_inverted(), and x.
Referenced by Film::device_update(), and filter_table().
| NODE_DEFINE | ( | Film | ) |
Definition at line 88 of file film.cpp.
References NodeType::add(), CRYPT_ACCURATE, CRYPT_ASSET, CRYPT_MATERIAL, CRYPT_NONE, CRYPT_OBJECT, FILTER_BLACKMAN_HARRIS, FILTER_BOX, FILTER_GAUSSIAN, Pass::get_type_enum(), NodeEnum::insert(), PASS_COMBINED, SOCKET_BOOLEAN, SOCKET_ENUM, SOCKET_FLOAT, and SOCKET_INT.