Blender
V3.3
|
Public Attributes | |
const MVert * | mvert |
const MLoop * | mloop |
const MPoly * | mpoly |
float(* | pnors )[3] |
float(* | vnors )[3] |
Definition at line 222 of file mesh_normals.cc.
const MLoop* MeshCalcNormalsData_PolyAndVertex::mloop |
Definition at line 224 of file mesh_normals.cc.
const MPoly* MeshCalcNormalsData_PolyAndVertex::mpoly |
Definition at line 225 of file mesh_normals.cc.
const MVert* MeshCalcNormalsData_PolyAndVertex::mvert |
Definition at line 223 of file mesh_normals.cc.
float(* MeshCalcNormalsData_PolyAndVertex::pnors)[3] |
Polygon normal output.
Definition at line 228 of file mesh_normals.cc.
float(* MeshCalcNormalsData_PolyAndVertex::vnors)[3] |
Vertex normal output.
Definition at line 230 of file mesh_normals.cc.