Blender V5.0
TriTessFace Struct Reference

Public Attributes

const floatpositions [3]
const floatvert_normals [3]
blender::float4 tspace [3]
const floatloop_normal [3]
float normal [3]
bool is_smooth

Detailed Description

Definition at line 92 of file bake.cc.

Member Data Documentation

◆ is_smooth

bool TriTessFace::is_smooth

◆ loop_normal

const float* TriTessFace::loop_normal[3]

Definition at line 96 of file bake.cc.

Referenced by mesh_calc_tri_tessface(), and RE_bake_normal_world_to_tangent().

◆ normal

float TriTessFace::normal[3]

◆ positions

const float* TriTessFace::positions[3]

◆ tspace

blender::float4 TriTessFace::tspace[3]

Definition at line 95 of file bake.cc.

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: