|
Blender
V3.3
|
#include <DNA_shader_fx_types.h>
Public Attributes | |
| ShaderFxData | shaderfx |
| float | glow_color [4] |
| float | select_color [3] |
| float | threshold |
| int | flag |
| int | mode |
| float | blur [2] |
| int | samples |
| float | rotation |
| int | blend_mode |
| char | _pad [4] |
| ShaderFxData_Runtime | runtime |
Definition at line 128 of file DNA_shader_fx_types.h.
| char GlowShaderFxData::_pad[4] |
Definition at line 142 of file DNA_shader_fx_types.h.
| int GlowShaderFxData::blend_mode |
Blend modes.
Definition at line 141 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_glow().
| float GlowShaderFxData::blur[2] |
Definition at line 136 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_glow(), and initData().
| int GlowShaderFxData::flag |
| float GlowShaderFxData::glow_color[4] |
Definition at line 130 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_glow(), and initData().
| int GlowShaderFxData::mode |
Definition at line 135 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_glow().
| float GlowShaderFxData::rotation |
Rotation of effect.
Definition at line 139 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_glow().
| ShaderFxData_Runtime GlowShaderFxData::runtime |
Definition at line 144 of file DNA_shader_fx_types.h.
| int GlowShaderFxData::samples |
Definition at line 137 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_glow(), and initData().
| float GlowShaderFxData::select_color[3] |
Definition at line 131 of file DNA_shader_fx_types.h.
Referenced by blo_do_versions_280(), gpencil_vfx_glow(), and initData().
| ShaderFxData GlowShaderFxData::shaderfx |
Definition at line 129 of file DNA_shader_fx_types.h.
| float GlowShaderFxData::threshold |
Definition at line 132 of file DNA_shader_fx_types.h.
Referenced by gpencil_vfx_glow(), and initData().