Blender V4.3
SELECTID_PrivateData Struct Reference

#include <select_private.hh>

Public Attributes

DRWShadingGroupshgrp_depth_only
 
DRWShadingGroupshgrp_occlude
 
DRWShadingGroupshgrp_face_unif
 
DRWShadingGroupshgrp_face_flat
 
DRWShadingGroupshgrp_edge
 
DRWShadingGroupshgrp_vert
 
DRWViewview_faces
 
DRWViewview_edges
 
DRWViewview_verts
 

Detailed Description

Definition at line 42 of file select_private.hh.

Member Data Documentation

◆ shgrp_depth_only

DRWShadingGroup* SELECTID_PrivateData::shgrp_depth_only

Definition at line 43 of file select_private.hh.

Referenced by select_cache_init().

◆ 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_occlude

DRWShadingGroup* SELECTID_PrivateData::shgrp_occlude

Definition at line 44 of file select_private.hh.

Referenced by select_cache_init(), and select_cache_populate().

◆ shgrp_vert

DRWShadingGroup* SELECTID_PrivateData::shgrp_vert

◆ view_edges

DRWView* SELECTID_PrivateData::view_edges

Definition at line 51 of file select_private.hh.

Referenced by select_draw_scene(), and select_engine_init().

◆ view_faces

DRWView* SELECTID_PrivateData::view_faces

Definition at line 50 of file select_private.hh.

Referenced by select_draw_scene(), and select_engine_init().

◆ view_verts

DRWView* SELECTID_PrivateData::view_verts

Definition at line 52 of file select_private.hh.

Referenced by select_draw_scene(), and select_engine_init().


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