Blender  V2.93
Public Attributes | List of all members
MeshCalcNormalsData Struct Reference

Public Attributes

const MPolympolys
 
const MLoopmloop
 
MVertmverts
 
float(* pnors )[3]
 
float(* lnors_weighted )[3]
 
float(* vnors )[3]
 

Detailed Description

Definition at line 209 of file mesh_evaluate.c.

Member Data Documentation

◆ lnors_weighted

float(* MeshCalcNormalsData::lnors_weighted)[3]

Definition at line 214 of file mesh_evaluate.c.

◆ mloop

const MLoop* MeshCalcNormalsData::mloop

Definition at line 211 of file mesh_evaluate.c.

◆ mpolys

const MPoly* MeshCalcNormalsData::mpolys

Definition at line 210 of file mesh_evaluate.c.

◆ mverts

MVert* MeshCalcNormalsData::mverts

Definition at line 212 of file mesh_evaluate.c.

◆ pnors

float(* MeshCalcNormalsData::pnors)[3]

Definition at line 213 of file mesh_evaluate.c.

◆ vnors

float(* MeshCalcNormalsData::vnors)[3]

Definition at line 215 of file mesh_evaluate.c.


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