|
Blender
V2.93
|
#include <DNA_sequence_types.h>
Public Attributes | |
| float | fMini |
| float | fClamp |
| float | fBoost |
| float | dDist |
| int | dQuality |
| int | bNoComp |
Definition at line 297 of file DNA_sequence_types.h.
| int GlowVars::bNoComp |
SHOW/HIDE glow buffer.
Definition at line 307 of file DNA_sequence_types.h.
Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().
| float GlowVars::dDist |
Radius of glow blurring.
Definition at line 304 of file DNA_sequence_types.h.
Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().
| int GlowVars::dQuality |
Definition at line 305 of file DNA_sequence_types.h.
Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().
| float GlowVars::fBoost |
Amount to multiply glow intensity.
Definition at line 302 of file DNA_sequence_types.h.
Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().
| float GlowVars::fClamp |
Definition at line 300 of file DNA_sequence_types.h.
Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().
| float GlowVars::fMini |
Minimum intensity to trigger a glow.
Definition at line 299 of file DNA_sequence_types.h.
Referenced by do_glow_effect_byte(), do_glow_effect_float(), and init_glow_effect().