Blender  V2.93
Public Attributes | List of all members
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 207 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char ShadowShaderFxData::_pad[4]

Definition at line 222 of file DNA_shader_fx_types.h.

◆ amplitude

float ShadowShaderFxData::amplitude

Definition at line 214 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ blur

int ShadowShaderFxData::blur[2]

Definition at line 220 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ flag

int ShadowShaderFxData::flag

Flags.

Definition at line 212 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and isDisabled().

◆ object

struct Object* ShadowShaderFxData::object

◆ offset

int ShadowShaderFxData::offset[2]

Definition at line 210 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ orientation

int ShadowShaderFxData::orientation

Definition at line 217 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ period

float ShadowShaderFxData::period

Definition at line 215 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ phase

float ShadowShaderFxData::phase

Definition at line 216 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ rotation

float ShadowShaderFxData::rotation

Definition at line 219 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ runtime

ShaderFxData_Runtime ShadowShaderFxData::runtime

Definition at line 223 of file DNA_shader_fx_types.h.

◆ samples

int ShadowShaderFxData::samples

Definition at line 221 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ scale

float ShadowShaderFxData::scale[2]

Definition at line 218 of file DNA_shader_fx_types.h.

Referenced by gpencil_vfx_shadow(), and initData().

◆ shaderfx

ShaderFxData ShadowShaderFxData::shaderfx

Definition at line 208 of file DNA_shader_fx_types.h.

◆ shadow_rgba

float ShadowShaderFxData::shadow_rgba[4]

Definition at line 213 of file DNA_shader_fx_types.h.

Referenced by blo_do_versions_280(), gpencil_vfx_shadow(), and initData().


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