Blender V4.5
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
 
float * verts
 
float * nors
 
int * index
 
int charidx
 
int totindex
 

Detailed Description

Definition at line 45 of file BKE_displist.h.

Member Data Documentation

◆ charidx

◆ col

◆ flag

◆ index

int* DispList::index

◆ next

struct DispList* DispList::next

Definition at line 46 of file BKE_displist.h.

Referenced by curve_bevel_make_from_object().

◆ nors

float * DispList::nors

Definition at line 50 of file BKE_displist.h.

Referenced by displist_elem_free().

◆ nr

◆ parts

◆ prev

struct DispList * DispList::prev

Definition at line 46 of file BKE_displist.h.

◆ rt

short DispList::rt

◆ totindex

int DispList::totindex

Definition at line 53 of file BKE_displist.h.

Referenced by displist_surf_indices().

◆ type

◆ verts


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