|
Blender V4.3
|
#include <COM_bokeh_kernel.hh>
Public Member Functions | |
| BokehKernelKey (int2 size, int sides, float rotation, float roundness, float catadioptric, float lens_shift) | |
| uint64_t | hash () const |
Public Attributes | |
| int2 | size |
| int | sides |
| float | rotation |
| float | roundness |
| float | catadioptric |
| float | lens_shift |
Definition at line 26 of file COM_bokeh_kernel.hh.
| blender::realtime_compositor::BokehKernelKey::BokehKernelKey | ( | int2 | size, |
| int | sides, | ||
| float | rotation, | ||
| float | roundness, | ||
| float | catadioptric, | ||
| float | lens_shift ) |
Definition at line 25 of file bokeh_kernel.cc.
| uint64_t blender::realtime_compositor::BokehKernelKey::hash | ( | ) | const |
Definition at line 36 of file bokeh_kernel.cc.
References catadioptric, blender::get_default_hash(), lens_shift, and roundness.
| float blender::realtime_compositor::BokehKernelKey::catadioptric |
Definition at line 32 of file COM_bokeh_kernel.hh.
Referenced by hash().
| float blender::realtime_compositor::BokehKernelKey::lens_shift |
Definition at line 33 of file COM_bokeh_kernel.hh.
Referenced by hash().
| float blender::realtime_compositor::BokehKernelKey::rotation |
Definition at line 30 of file COM_bokeh_kernel.hh.
| float blender::realtime_compositor::BokehKernelKey::roundness |
Definition at line 31 of file COM_bokeh_kernel.hh.
Referenced by hash().
| int blender::realtime_compositor::BokehKernelKey::sides |
Definition at line 29 of file COM_bokeh_kernel.hh.
| int2 blender::realtime_compositor::BokehKernelKey::size |
Definition at line 28 of file COM_bokeh_kernel.hh.