Blender V2.61 - r43446
|
Public Attributes | |
float | x0 |
float | y0 |
float | dx |
float | dy |
float | ls_x |
float | ls_y |
float | min_x |
float | min_y |
float | max_x |
float | max_y |
Definition at line 48 of file node_composite_defocus.c.
float BokehCoeffs::dx |
Definition at line 49 of file node_composite_defocus.c.
Referenced by getWeight(), and makeBokeh().
float BokehCoeffs::dy |
Definition at line 49 of file node_composite_defocus.c.
Referenced by getWeight(), and makeBokeh().
float BokehCoeffs::ls_x |
Definition at line 50 of file node_composite_defocus.c.
Referenced by defocus_blur(), and makeBokeh().
float BokehCoeffs::ls_y |
Definition at line 50 of file node_composite_defocus.c.
Referenced by defocus_blur(), and makeBokeh().
float BokehCoeffs::max_x |
Definition at line 51 of file node_composite_defocus.c.
Referenced by makeBokeh().
float BokehCoeffs::max_y |
Definition at line 51 of file node_composite_defocus.c.
Referenced by makeBokeh().
float BokehCoeffs::min_x |
Definition at line 51 of file node_composite_defocus.c.
Referenced by defocus_blur(), and makeBokeh().
float BokehCoeffs::min_y |
Definition at line 51 of file node_composite_defocus.c.
Referenced by defocus_blur(), and makeBokeh().
float BokehCoeffs::x0 |
Definition at line 49 of file node_composite_defocus.c.
Referenced by defocus_blur(), getWeight(), and makeBokeh().
float BokehCoeffs::y0 |
Definition at line 49 of file node_composite_defocus.c.
Referenced by defocus_blur(), getWeight(), and makeBokeh().