|
Blender V4.3
|
#include <eevee_shader_shared.hh>
Inherited by blender::eevee::SphereProbe.
Mapping data to locate a reflection probe in texture.
Definition at line 1653 of file eevee_shader_shared.hh.
| SphereProbeUvArea blender::eevee::SphereProbeData::atlas_coord |
Definition at line 1666 of file eevee_shader_shared.hh.
Referenced by blender::eevee::SphereProbeModule::begin_sync(), blender::eevee::IrradianceBake::surfels_create(), blender::eevee::BackgroundPipeline::sync(), blender::eevee::LightProbeModule::sync_world(), and blender::eevee::PlanarProbeModule::viewport_draw().
| float blender::eevee::SphereProbeData::influence_bias |
Definition at line 1664 of file eevee_shader_shared.hh.
Referenced by blender::eevee::LightProbeModule::LightProbeModule().
| float blender::eevee::SphereProbeData::influence_scale |
Influence factor based on the distance to the parallax shape.
Definition at line 1663 of file eevee_shader_shared.hh.
Referenced by blender::eevee::LightProbeModule::LightProbeModule().
| LightProbeShape blender::eevee::SphereProbeData::influence_shape |
Definition at line 1661 of file eevee_shader_shared.hh.
Referenced by blender::eevee::LightProbeModule::LightProbeModule().
| packed_float3 blender::eevee::SphereProbeData::location |
Definition at line 1657 of file eevee_shader_shared.hh.
| ReflectionProbeLowFreqLight blender::eevee::SphereProbeData::low_freq_light |
Irradiance at the probe location encoded as spherical harmonics. Only contain the average luminance. Used for cube-map normalization.
Definition at line 1672 of file eevee_shader_shared.hh.
| float blender::eevee::SphereProbeData::parallax_distance |
Shape of the parallax projection.
Definition at line 1659 of file eevee_shader_shared.hh.
Referenced by blender::eevee::LightProbeModule::LightProbeModule().
| LightProbeShape blender::eevee::SphereProbeData::parallax_shape |
Definition at line 1660 of file eevee_shader_shared.hh.
Referenced by blender::eevee::LightProbeModule::LightProbeModule().
| float3x4 blender::eevee::SphereProbeData::world_to_probe_transposed |
Transform to probe local position with non-uniform scaling.
Definition at line 1655 of file eevee_shader_shared.hh.
Referenced by blender::eevee::LightProbeModule::LightProbeModule().