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

Public Attributes

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

Detailed Description

Definition at line 95 of file bake.c.

Member Data Documentation

◆ is_smooth

bool TriTessFace::is_smooth

◆ loop_normal

const float* TriTessFace::loop_normal[3]

Definition at line 99 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 98 of file bake.c.

Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().

◆ vert_normals

const float* TriTessFace::vert_normals[3]

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