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

Go to the source code of this file.

Functions

void OVERLAY_facing_init (OVERLAY_Data *UNUSED(vedata))
 
void OVERLAY_facing_cache_init (OVERLAY_Data *vedata)
 
void OVERLAY_facing_cache_populate (OVERLAY_Data *vedata, Object *ob)
 
void OVERLAY_facing_draw (OVERLAY_Data *vedata)
 
void OVERLAY_facing_infront_draw (OVERLAY_Data *vedata)
 

Function Documentation

◆ OVERLAY_facing_cache_init()

void OVERLAY_facing_cache_init ( OVERLAY_Data vedata)

◆ OVERLAY_facing_cache_populate()

void OVERLAY_facing_cache_populate ( OVERLAY_Data vedata,
Object ob 
)

◆ OVERLAY_facing_draw()

void OVERLAY_facing_draw ( OVERLAY_Data vedata)

◆ OVERLAY_facing_infront_draw()

void OVERLAY_facing_infront_draw ( OVERLAY_Data vedata)

Definition at line 68 of file overlay_facing.c.

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

Referenced by OVERLAY_draw_scene().

◆ OVERLAY_facing_init()

void OVERLAY_facing_init ( OVERLAY_Data UNUSEDvedata)

Definition at line 13 of file overlay_facing.c.

Referenced by OVERLAY_engine_init().