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

#include <BKE_displist.h>

Public Attributes

struct DispListnext
 
struct DispListprev
 
short type
 
short flag
 
int parts
 
int nr
 
short col
 
short rt
 
floatverts
 
floatnors
 
int * index
 
int charidx
 
int totindex
 

Detailed Description

Definition at line 53 of file BKE_displist.h.

Member Data Documentation

◆ charidx

int DispList::charidx

◆ col

short DispList::col

◆ flag

short DispList::flag

◆ index

int* DispList::index

◆ next

struct DispList* DispList::next

◆ nors

float * DispList::nors

Definition at line 58 of file BKE_displist.h.

Referenced by BKE_displist_copy(), BKE_mball_polygonize(), and displist_elem_free().

◆ nr

int DispList::nr

◆ parts

int DispList::parts

◆ prev

struct DispList * DispList::prev

Definition at line 54 of file BKE_displist.h.

◆ rt

short DispList::rt

◆ totindex

int DispList::totindex

Definition at line 61 of file BKE_displist.h.

Referenced by displist_indexbufbuilder_set(), displist_surf_indices(), and dl_tri_len().

◆ type

short DispList::type

◆ verts

float* DispList::verts

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