Blender V4.3
RaytraceEEVEE Struct Reference

#include <DNA_scene_types.h>

Public Attributes

float screen_trace_quality
 
float screen_trace_thickness
 
float trace_max_roughness
 
int resolution_scale
 
int flag
 
int denoise_stages
 

Detailed Description

Ray-tracing parameters.

Definition at line 1869 of file DNA_scene_types.h.

Member Data Documentation

◆ denoise_stages

int RaytraceEEVEE::denoise_stages

RaytraceEEVEE_DenoiseStages.

Definition at line 1881 of file DNA_scene_types.h.

◆ flag

int RaytraceEEVEE::flag

RaytraceEEVEE_Flag.

Definition at line 1879 of file DNA_scene_types.h.

◆ resolution_scale

int RaytraceEEVEE::resolution_scale

Resolution downscale factor.

Definition at line 1877 of file DNA_scene_types.h.

◆ screen_trace_quality

float RaytraceEEVEE::screen_trace_quality

Higher values will take lower strides and have less blurry intersections.

Definition at line 1871 of file DNA_scene_types.h.

◆ screen_trace_thickness

float RaytraceEEVEE::screen_trace_thickness

Thickness in world space each surface will have during screen space tracing.

Definition at line 1873 of file DNA_scene_types.h.

◆ trace_max_roughness

float RaytraceEEVEE::trace_max_roughness

Maximum roughness before using horizon scan.

Definition at line 1875 of file DNA_scene_types.h.

Referenced by blender::eevee::RayTraceModule::init().


The documentation for this struct was generated from the following file: