Blender
V3.3
|
Public Attributes | |
MLoopNorSpace * | lnor_space |
float(* | lnor )[3] |
const MLoop * | ml_curr |
const MLoop * | ml_prev |
int | ml_curr_index |
int | ml_prev_index |
const int * | e2l_prev |
int | mp_index |
BLI_Stack * | edge_vectors |
char | pad_c |
Definition at line 784 of file mesh_normals.cc.
const int* LoopSplitTaskData::e2l_prev |
Also used a flag to switch between single or fan process!
Definition at line 795 of file mesh_normals.cc.
BLI_Stack* LoopSplitTaskData::edge_vectors |
This one is special, it's owned and managed by worker tasks, avoid to have to create it for each fan!
Definition at line 800 of file mesh_normals.cc.
float(* LoopSplitTaskData::lnor)[3] |
Definition at line 789 of file mesh_normals.cc.
MLoopNorSpace* LoopSplitTaskData::lnor_space |
We have to create those outside of tasks, since MemArena is not thread-safe.
Definition at line 788 of file mesh_normals.cc.
const MLoop* LoopSplitTaskData::ml_curr |
Definition at line 790 of file mesh_normals.cc.
int LoopSplitTaskData::ml_curr_index |
Definition at line 792 of file mesh_normals.cc.
const MLoop* LoopSplitTaskData::ml_prev |
Definition at line 791 of file mesh_normals.cc.
int LoopSplitTaskData::ml_prev_index |
Definition at line 793 of file mesh_normals.cc.
int LoopSplitTaskData::mp_index |
Definition at line 796 of file mesh_normals.cc.
char LoopSplitTaskData::pad_c |
Definition at line 802 of file mesh_normals.cc.