|
Blender
V3.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| ShaderFxData | shaderfx |
| struct Object * | object |
| 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 |
Definition at line 193 of file DNA_shader_fx_types.h.
| char ShadowShaderFxData::_pad[4] |
Definition at line 208 of file DNA_shader_fx_types.h.
| float ShadowShaderFxData::amplitude |
Definition at line 200 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| int ShadowShaderFxData::blur[2] |
Definition at line 206 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| int ShadowShaderFxData::flag |
Flags.
Definition at line 198 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and isDisabled().
| struct Object* ShadowShaderFxData::object |
Definition at line 195 of file DNA_shader_fx_types.h.
Referenced by foreachIDLink(), gpencil_vfx_shadow(), initData(), isDisabled(), and updateDepsgraph().
| int ShadowShaderFxData::offset[2] |
Definition at line 196 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| int ShadowShaderFxData::orientation |
Definition at line 203 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| float ShadowShaderFxData::period |
Definition at line 201 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| float ShadowShaderFxData::phase |
Definition at line 202 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| float ShadowShaderFxData::rotation |
Definition at line 205 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| ShaderFxData_Runtime ShadowShaderFxData::runtime |
Definition at line 209 of file DNA_shader_fx_types.h.
| int ShadowShaderFxData::samples |
Definition at line 207 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| float ShadowShaderFxData::scale[2] |
Definition at line 204 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_shadow(), and initData().
| ShaderFxData ShadowShaderFxData::shaderfx |
Definition at line 194 of file DNA_shader_fx_types.h.
| float ShadowShaderFxData::shadow_rgba[4] |
Definition at line 199 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_shadow(), and initData().