Blender
V3.3
|
Public Attributes | |
const MVert * | mvert |
const MLoop * | mloop |
const MPoly * | mpoly |
float(* | pnors )[3] |
Definition at line 172 of file mesh_normals.cc.
const MLoop* MeshCalcNormalsData_Poly::mloop |
Definition at line 174 of file mesh_normals.cc.
const MPoly* MeshCalcNormalsData_Poly::mpoly |
Definition at line 175 of file mesh_normals.cc.
const MVert* MeshCalcNormalsData_Poly::mvert |
Definition at line 173 of file mesh_normals.cc.
float(* MeshCalcNormalsData_Poly::pnors)[3] |
Polygon normal output.
Definition at line 178 of file mesh_normals.cc.