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

Public Attributes

const MVertmverts [3]
 
const TSpacetspace [3]
 
floatloop_normal [3]
 
float normal [3]
 
bool is_smooth
 

Detailed Description

Definition at line 108 of file bake.c.

Member Data Documentation

◆ is_smooth

bool TriTessFace::is_smooth

◆ loop_normal

float* TriTessFace::loop_normal[3]

Definition at line 111 of file bake.c.

Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().

◆ mverts

const MVert* TriTessFace::mverts[3]

◆ normal

float TriTessFace::normal[3]

◆ tspace

const TSpace* TriTessFace::tspace[3]

Definition at line 110 of file bake.c.

Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().


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