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

Public Attributes

const MVertmvert
 
const MLoopmloop
 
const MPolympoly
 
float(* pnors )[3]
 
float(* vnors )[3]
 

Detailed Description

Definition at line 222 of file mesh_normals.cc.

Member Data Documentation

◆ mloop

const MLoop* MeshCalcNormalsData_PolyAndVertex::mloop

Definition at line 224 of file mesh_normals.cc.

◆ mpoly

const MPoly* MeshCalcNormalsData_PolyAndVertex::mpoly

Definition at line 225 of file mesh_normals.cc.

◆ mvert

const MVert* MeshCalcNormalsData_PolyAndVertex::mvert

Definition at line 223 of file mesh_normals.cc.

◆ pnors

float(* MeshCalcNormalsData_PolyAndVertex::pnors)[3]

Polygon normal output.

Definition at line 228 of file mesh_normals.cc.

◆ vnors

float(* MeshCalcNormalsData_PolyAndVertex::vnors)[3]

Vertex normal output.

Definition at line 230 of file mesh_normals.cc.


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