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

#include <DNA_mesh_types.h>

Public Attributes

struct MLoopTriarray
 
struct MLoopTriarray_wip
 
int len
 
int len_alloc
 

Detailed Description

Warning
Typical access is done via BKE_mesh_runtime_looptri_ensure, BKE_mesh_runtime_looptri_len.

Definition at line 54 of file DNA_mesh_types.h.

Member Data Documentation

◆ array

struct MLoopTri* MLoopTri_Store::array

◆ array_wip

struct MLoopTri * MLoopTri_Store::array_wip

Definition at line 60 of file DNA_mesh_types.h.

Referenced by BKE_mesh_runtime_looptri_recalc(), and mesh_ensure_looptri_data().

◆ len

int MLoopTri_Store::len

◆ len_alloc

int MLoopTri_Store::len_alloc

Definition at line 62 of file DNA_mesh_types.h.

Referenced by mesh_ensure_looptri_data().


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