Blender
V3.3
|
#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 218 of file eevee_private.h.
float EEVEE_PlanarReflection::attenuation_bias |
Definition at line 221 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::attenuation_scale |
Definition at line 220 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::clip_edge_x_neg |
Definition at line 222 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::clip_edge_x_pos |
Definition at line 222 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::clip_edge_y_neg |
Definition at line 223 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::clip_edge_y_pos |
Definition at line 223 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::clip_vec_x[3] |
Definition at line 220 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::clip_vec_y[3] |
Definition at line 221 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::clipsta |
Definition at line 224 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 224 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::facing_scale |
Definition at line 224 of file eevee_private.h.
Referenced by EEVEE_lightprobes_planar_data_from_object().
float EEVEE_PlanarReflection::mtx[4][4] |
Definition at line 226 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 224 of file eevee_private.h.
float EEVEE_PlanarReflection::plane_equation[4] |
Definition at line 219 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 225 of file eevee_private.h.