|
Blender V5.0
|
#include <path_trace_tile.h>
Inherits OutputDriver::Tile.
Public Member Functions | |
| PathTraceTile (PathTrace &path_trace) | |
| bool | get_pass_pixels (const string_view pass_name, const int num_channels, float *pixels) const override |
| bool | set_pass_pixels (const string_view pass_name, const int num_channels, const float *pixels) const override |
| Public Member Functions inherited from OutputDriver::Tile | |
| Tile (const int2 offset, const int2 size, const int2 full_size, const string_view layer, const string_view view) | |
| virtual | ~Tile ()=default |
Additional Inherited Members | |
| Public Attributes inherited from OutputDriver::Tile | |
| const int2 | offset |
| const int2 | size |
| const int2 | full_size |
| const string | layer |
| const string | view |
Definition at line 17 of file path_trace_tile.h.
| CCL_NAMESPACE_BEGIN PathTraceTile::PathTraceTile | ( | PathTrace & | path_trace | ) |
Definition at line 14 of file path_trace_tile.cpp.
References false, OutputDriver::Tile::layer, OutputDriver::Tile::Tile(), and OutputDriver::Tile::view.
|
overridevirtual |
Implements OutputDriver::Tile.
Definition at line 25 of file path_trace_tile.cpp.
References DENOISED, BufferParams::exposure, BufferParams::find_pass(), BufferParams::get_actual_display_pass(), is_volume_guiding_pass(), BufferPass::mode, BufferPass::type, BufferParams::use_approximate_shadow_catcher, PassAccessor::PassAccessInfo::use_approximate_shadow_catcher, PassAccessor::PassAccessInfo::use_approximate_shadow_catcher_background, and BufferParams::use_transparent_background.
|
overridevirtual |
Implements OutputDriver::Tile.
Definition at line 76 of file path_trace_tile.cpp.
References BufferParams::exposure, BufferParams::find_pass(), BufferPass::offset, and PASS_UNUSED.