Blender V4.3
blender::eevee::SphereProbeModule Class Reference

#include <eevee_lightprobe_sphere.hh>

Public Member Functions

 SphereProbeModule (Instance &instance)
 
template<typename PassType >
void bind_resources (PassType &pass)
 
StorageBuffer< SphereProbeHarmonic, true > & spherical_harmonics_buf ()
 

Friends

class CaptureView
 
class Instance
 

Reflection Probe Module

void init ()
 
void begin_sync ()
 
void end_sync ()
 
void viewport_draw (View &view, GPUFrameBuffer *view_fb)
 
void set_view (View &view)
 
int probe_render_extent () const
 

Detailed Description

Definition at line 28 of file eevee_lightprobe_sphere.hh.

Constructor & Destructor Documentation

◆ SphereProbeModule()

blender::eevee::SphereProbeModule::SphereProbeModule ( Instance & instance)
inline

Definition at line 111 of file eevee_lightprobe_sphere.hh.

Member Function Documentation

◆ begin_sync()

◆ bind_resources()

template<typename PassType >
void blender::eevee::SphereProbeModule::bind_resources ( PassType & pass)
inline

Definition at line 119 of file eevee_lightprobe_sphere.hh.

References SPHERE_PROBE_BUF_SLOT, and SPHERE_PROBE_TEX_SLOT.

◆ end_sync()

◆ init()

◆ probe_render_extent()

int blender::eevee::SphereProbeModule::probe_render_extent ( ) const

Get the resolution of a single cube-map side when rendering probes.

The cube-maps are rendered half size of the size of the octahedral texture.

Definition at line 14 of file eevee_lightprobe_sphere.cc.

References Scene::eevee, SceneEEVEE::gi_cubemap_resolution, and blender::eevee::Instance::scene.

Referenced by blender::eevee::LightModule::end_sync(), and blender::eevee::HiZBuffer::sync().

◆ set_view()

◆ spherical_harmonics_buf()

StorageBuffer< SphereProbeHarmonic, true > & blender::eevee::SphereProbeModule::spherical_harmonics_buf ( )
inline

Definition at line 138 of file eevee_lightprobe_sphere.hh.

◆ viewport_draw()

void blender::eevee::SphereProbeModule::viewport_draw ( View & view,
GPUFrameBuffer * view_fb )

Friends And Related Symbol Documentation

◆ CaptureView

friend class CaptureView
friend

Definition at line 31 of file eevee_lightprobe_sphere.hh.

◆ Instance

friend class Instance
friend

Definition at line 33 of file eevee_lightprobe_sphere.hh.


The documentation for this class was generated from the following files: