|
Blender
V3.3
|
Public Attributes | |
| const MLoop * | mloop |
| const MPoly * | mpoly |
| const MVert * | mvert |
| MLoopTri * | mlooptri |
| const float(* | poly_normals )[3] |
Definition at line 216 of file mesh_tessellate.cc.
| const MLoop* TessellationUserData::mloop |
Definition at line 217 of file mesh_tessellate.cc.
| MLoopTri* TessellationUserData::mlooptri |
Output array.
Definition at line 222 of file mesh_tessellate.cc.
| const MPoly* TessellationUserData::mpoly |
Definition at line 218 of file mesh_tessellate.cc.
| const MVert* TessellationUserData::mvert |
Definition at line 219 of file mesh_tessellate.cc.
| const float(* TessellationUserData::poly_normals)[3] |
Optional pre-calculated polygon normals array.
Definition at line 225 of file mesh_tessellate.cc.