Blender V5.0
ShadowShaderFxData Struct Reference

#include <DNA_shader_fx_types.h>

Public Attributes

ShaderFxData shaderfx
struct Objectobject
int offset [2]
int flag
float shadow_rgba [4]
float amplitude
float period
float phase
int orientation
float scale [2]
float rotation
int blur [2]
int samples
char _pad [4]
ShaderFxData_Runtime runtime

Detailed Description

Definition at line 190 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char ShadowShaderFxData::_pad[4]

Definition at line 205 of file DNA_shader_fx_types.h.

◆ amplitude

float ShadowShaderFxData::amplitude

Definition at line 197 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ blur

int ShadowShaderFxData::blur[2]

Definition at line 203 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ flag

int ShadowShaderFxData::flag

Flags.

Definition at line 195 of file DNA_shader_fx_types.h.

Referenced by is_disabled().

◆ object

struct Object* ShadowShaderFxData::object

Definition at line 192 of file DNA_shader_fx_types.h.

Referenced by foreach_ID_link(), init_data(), is_disabled(), and update_depsgraph().

◆ offset

int ShadowShaderFxData::offset[2]

Definition at line 193 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ orientation

int ShadowShaderFxData::orientation

Definition at line 200 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ period

float ShadowShaderFxData::period

Definition at line 198 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ phase

float ShadowShaderFxData::phase

Definition at line 199 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ rotation

float ShadowShaderFxData::rotation

Definition at line 202 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ runtime

ShaderFxData_Runtime ShadowShaderFxData::runtime

Definition at line 206 of file DNA_shader_fx_types.h.

◆ samples

int ShadowShaderFxData::samples

Definition at line 204 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ scale

float ShadowShaderFxData::scale[2]

Definition at line 201 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ shaderfx

ShaderFxData ShadowShaderFxData::shaderfx

Definition at line 191 of file DNA_shader_fx_types.h.

◆ shadow_rgba

float ShadowShaderFxData::shadow_rgba[4]

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