|
Blender
V2.93
|
#include <eevee_private.h>
Public Attributes | |
| float | plane_equation [4] |
| float | clip_vec_x [3] |
| float | attenuation_scale |
| float | clip_vec_y [3] |
| float | attenuation_bias |
| float | clip_edge_x_pos |
| float | clip_edge_x_neg |
| float | clip_edge_y_pos |
| float | clip_edge_y_neg |
| float | facing_scale |
| float | facing_bias |
| float | clipsta |
| float | pad |
| float | reflectionmat [4][4] |
| float | mtx [4][4] |
Definition at line 233 of file eevee_private.h.
| float EEVEE_PlanarReflection::attenuation_bias |
Definition at line 236 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::attenuation_scale |
Definition at line 235 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::clip_edge_x_neg |
Definition at line 237 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::clip_edge_x_pos |
Definition at line 237 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::clip_edge_y_neg |
Definition at line 238 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::clip_edge_y_pos |
Definition at line 238 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::clip_vec_x[3] |
Definition at line 235 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::clip_vec_y[3] |
Definition at line 236 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::clipsta |
Definition at line 239 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object(), and lightbake_planar_ensure_view().
| float EEVEE_PlanarReflection::facing_bias |
Definition at line 239 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::facing_scale |
Definition at line 239 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
| float EEVEE_PlanarReflection::mtx[4][4] |
Definition at line 241 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object(), and lightbake_planar_ensure_view().
| float EEVEE_PlanarReflection::pad |
Definition at line 239 of file eevee_private.h.
| float EEVEE_PlanarReflection::plane_equation[4] |
Definition at line 234 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object(), and lightbake_planar_ensure_view().
| float EEVEE_PlanarReflection::reflectionmat[4][4] |
Definition at line 240 of file eevee_private.h.