Blender V5.0
GlowShaderFxData Struct Reference

#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

Detailed Description

Definition at line 125 of file DNA_shader_fx_types.h.

Member Data Documentation

◆ _pad

char GlowShaderFxData::_pad[4]

Definition at line 139 of file DNA_shader_fx_types.h.

◆ blend_mode

int GlowShaderFxData::blend_mode

Blend modes.

Definition at line 138 of file DNA_shader_fx_types.h.

◆ blur

float GlowShaderFxData::blur[2]

Definition at line 133 of file DNA_shader_fx_types.h.

Referenced by blo_do_versions_280(), and init_data().

◆ flag

int GlowShaderFxData::flag

Flags.

Definition at line 131 of file DNA_shader_fx_types.h.

◆ glow_color

float GlowShaderFxData::glow_color[4]

◆ mode

int GlowShaderFxData::mode

Definition at line 132 of file DNA_shader_fx_types.h.

◆ rotation

float GlowShaderFxData::rotation

Rotation of effect.

Definition at line 136 of file DNA_shader_fx_types.h.

◆ runtime

ShaderFxData_Runtime GlowShaderFxData::runtime

Definition at line 141 of file DNA_shader_fx_types.h.

◆ samples

int GlowShaderFxData::samples

Definition at line 134 of file DNA_shader_fx_types.h.

Referenced by init_data().

◆ select_color

float GlowShaderFxData::select_color[3]

◆ shaderfx

ShaderFxData GlowShaderFxData::shaderfx

Definition at line 126 of file DNA_shader_fx_types.h.

◆ threshold

float GlowShaderFxData::threshold

Definition at line 129 of file DNA_shader_fx_types.h.

Referenced by init_data().


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