Blender
V3.3
|
#include <select_private.h>
Definition at line 41 of file select_private.h.
DRWShadingGroup* SELECTID_PrivateData::shgrp_depth_only |
Definition at line 42 of file select_private.h.
Referenced by select_cache_init(), and select_cache_populate().
DRWShadingGroup* SELECTID_PrivateData::shgrp_edge |
Definition at line 45 of file select_private.h.
Referenced by draw_select_id_edit_mesh(), draw_select_id_mesh(), and select_cache_init().
DRWShadingGroup* SELECTID_PrivateData::shgrp_face_flat |
Definition at line 44 of file select_private.h.
Referenced by draw_select_id_edit_mesh(), draw_select_id_mesh(), and select_cache_init().
DRWShadingGroup* SELECTID_PrivateData::shgrp_face_unif |
Definition at line 43 of file select_private.h.
Referenced by draw_select_id_edit_mesh(), draw_select_id_mesh(), and select_cache_init().
DRWShadingGroup* SELECTID_PrivateData::shgrp_vert |
Definition at line 46 of file select_private.h.
Referenced by draw_select_id_edit_mesh(), draw_select_id_mesh(), and select_cache_init().
DRWView* SELECTID_PrivateData::view_edges |
Definition at line 50 of file select_private.h.
Referenced by select_draw_scene(), and select_engine_init().
DRWView* SELECTID_PrivateData::view_faces |
Definition at line 49 of file select_private.h.
Referenced by select_draw_scene(), and select_engine_init().
DRWView* SELECTID_PrivateData::view_subregion |
Definition at line 48 of file select_private.h.
Referenced by select_cache_populate(), and select_engine_init().
DRWView* SELECTID_PrivateData::view_verts |
Definition at line 51 of file select_private.h.
Referenced by select_draw_scene(), and select_engine_init().