|
Blender V4.3
|
#include <string>#include "BLI_math_vector.hh"#include "BLI_set.hh"#include "DRW_render.hh"#include "eevee_shader_shared.hh"#include <sstream>Go to the source code of this file.
Classes | |
| class | blender::eevee::Film |
Namespaces | |
| namespace | blender |
| namespace | blender::eevee |
The film class handles accumulation of samples with any distorted camera_type using a pixel filter. Inputs needs to be jittered so that the filter converges to the right result.
In viewport, we switch between 2 accumulation mode depending on the scene state.
The Film module uses the following terms to refer to different spaces/extents:
Definition in file eevee_film.hh.