Blender  V3.3
Public Attributes | List of all members
SELECTID_PrivateData Struct Reference

#include <select_private.h>

Public Attributes

DRWShadingGroupshgrp_depth_only
 
DRWShadingGroupshgrp_face_unif
 
DRWShadingGroupshgrp_face_flat
 
DRWShadingGroupshgrp_edge
 
DRWShadingGroupshgrp_vert
 
DRWViewview_subregion
 
DRWViewview_faces
 
DRWViewview_edges
 
DRWViewview_verts
 

Detailed Description

Definition at line 41 of file select_private.h.

Member Data Documentation

◆ shgrp_depth_only

DRWShadingGroup* SELECTID_PrivateData::shgrp_depth_only

Definition at line 42 of file select_private.h.

Referenced by select_cache_init(), and select_cache_populate().

◆ shgrp_edge

DRWShadingGroup* SELECTID_PrivateData::shgrp_edge

◆ shgrp_face_flat

DRWShadingGroup* SELECTID_PrivateData::shgrp_face_flat

◆ shgrp_face_unif

DRWShadingGroup* SELECTID_PrivateData::shgrp_face_unif

◆ shgrp_vert

DRWShadingGroup* SELECTID_PrivateData::shgrp_vert

◆ view_edges

DRWView* SELECTID_PrivateData::view_edges

Definition at line 50 of file select_private.h.

Referenced by select_draw_scene(), and select_engine_init().

◆ view_faces

DRWView* SELECTID_PrivateData::view_faces

Definition at line 49 of file select_private.h.

Referenced by select_draw_scene(), and select_engine_init().

◆ view_subregion

DRWView* SELECTID_PrivateData::view_subregion

Definition at line 48 of file select_private.h.

Referenced by select_cache_populate(), and select_engine_init().

◆ view_verts

DRWView* SELECTID_PrivateData::view_verts

Definition at line 51 of file select_private.h.

Referenced by select_draw_scene(), and select_engine_init().


The documentation for this struct was generated from the following file: