Blender V4.3
overlay_fade.cc File Reference
#include "BKE_paint.hh"
#include "BLI_math_color.h"
#include "DRW_render.hh"
#include "ED_view3d.hh"
#include "overlay_private.hh"

Go to the source code of this file.

Functions

void OVERLAY_fade_init (OVERLAY_Data *)
 
void OVERLAY_fade_cache_init (OVERLAY_Data *vedata)
 
void OVERLAY_fade_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_fade_draw (OVERLAY_Data *vedata)
 
void OVERLAY_fade_infront_draw (OVERLAY_Data *vedata)
 

Function Documentation

◆ OVERLAY_fade_cache_init()

◆ OVERLAY_fade_cache_populate()

◆ OVERLAY_fade_draw()

void OVERLAY_fade_draw ( OVERLAY_Data * vedata)

◆ OVERLAY_fade_infront_draw()

void OVERLAY_fade_infront_draw ( OVERLAY_Data * vedata)

Definition at line 78 of file overlay_fade.cc.

References DRW_draw_pass(), OVERLAY_PassList::fade_ps, IN_FRONT, and OVERLAY_Data::psl.

Referenced by OVERLAY_draw_scene().

◆ OVERLAY_fade_init()

void OVERLAY_fade_init ( OVERLAY_Data * vedata)

Definition at line 17 of file overlay_fade.cc.