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

#include <draw_subdivision.h>

Public Attributes

unsigned int coarse_vertex_index
 
float co [3]
 
float nor [3]
 

Detailed Description

Definition at line 67 of file draw_subdivision.h.

Member Data Documentation

◆ co

float DRWSubdivLooseVertex::co[3]

Definition at line 72 of file draw_subdivision.h.

Referenced by DRW_subdivide_loose_geom().

◆ coarse_vertex_index

unsigned int DRWSubdivLooseVertex::coarse_vertex_index

Definition at line 70 of file draw_subdivision.h.

Referenced by DRW_subdivide_loose_geom().

◆ nor

float DRWSubdivLooseVertex::nor[3]

Definition at line 73 of file draw_subdivision.h.


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