Blender
V3.3
|
#include <overlay_private.h>
Public Attributes | |
DRWShadingGroup * | wire_shgrp |
DRWShadingGroup * | outline_shgrp |
DRWShadingGroup * | extra_shgrp |
struct GPUBatch * | wire_geom |
struct GPUBatch * | outline_geom |
struct GPUBatch * | extra_geom |
short | base_flag |
Definition at line 435 of file overlay_private.h.
short OVERLAY_DupliData::base_flag |
Definition at line 442 of file overlay_private.h.
Referenced by OVERLAY_cache_populate(), and OVERLAY_wireframe_cache_populate().
struct GPUBatch* OVERLAY_DupliData::extra_geom |
Definition at line 441 of file overlay_private.h.
DRWShadingGroup* OVERLAY_DupliData::extra_shgrp |
Definition at line 438 of file overlay_private.h.
struct GPUBatch* OVERLAY_DupliData::outline_geom |
Definition at line 440 of file overlay_private.h.
Referenced by OVERLAY_outline_cache_populate().
DRWShadingGroup* OVERLAY_DupliData::outline_shgrp |
Definition at line 437 of file overlay_private.h.
Referenced by OVERLAY_outline_cache_populate().
struct GPUBatch* OVERLAY_DupliData::wire_geom |
Definition at line 439 of file overlay_private.h.
Referenced by OVERLAY_wireframe_cache_populate().
DRWShadingGroup* OVERLAY_DupliData::wire_shgrp |
Definition at line 436 of file overlay_private.h.
Referenced by OVERLAY_wireframe_cache_populate().