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

Public Attributes

const MLoopmloop
 
const MPolympoly
 
const MVertmvert
 
MLoopTrimlooptri
 
const float(* poly_normals )[3]
 

Detailed Description

Definition at line 216 of file mesh_tessellate.cc.

Member Data Documentation

◆ mloop

const MLoop* TessellationUserData::mloop

Definition at line 217 of file mesh_tessellate.cc.

◆ mlooptri

MLoopTri* TessellationUserData::mlooptri

Output array.

Definition at line 222 of file mesh_tessellate.cc.

◆ mpoly

const MPoly* TessellationUserData::mpoly

Definition at line 218 of file mesh_tessellate.cc.

◆ mvert

const MVert* TessellationUserData::mvert

Definition at line 219 of file mesh_tessellate.cc.

◆ poly_normals

const float(* TessellationUserData::poly_normals)[3]

Optional pre-calculated polygon normals array.

Definition at line 225 of file mesh_tessellate.cc.


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