Blender  V3.3
Functions
overlay_fade.c File Reference
#include "BKE_paint.h"
#include "DRW_render.h"
#include "ED_view3d.h"
#include "overlay_private.h"

Go to the source code of this file.

Functions

void OVERLAY_fade_init (OVERLAY_Data *UNUSED(vedata))
 
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()

void OVERLAY_fade_cache_init ( OVERLAY_Data vedata)

◆ OVERLAY_fade_cache_populate()

void OVERLAY_fade_cache_populate ( OVERLAY_Data vedata,
Object ob 
)

◆ OVERLAY_fade_draw()

void OVERLAY_fade_draw ( OVERLAY_Data vedata)

Definition at line 71 of file overlay_fade.c.

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

Referenced by OVERLAY_draw_scene().

◆ OVERLAY_fade_infront_draw()

void OVERLAY_fade_infront_draw ( OVERLAY_Data vedata)

Definition at line 78 of file overlay_fade.c.

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 UNUSEDvedata)

Definition at line 15 of file overlay_fade.c.