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

Public Attributes

const MPolympolys
 
const MLoopmloops
 
const MVertmverts
 
const MLoopUVluvs
 
float(* lnors )[3]
 
float(* tangents )[4]
 
int num_polys
 

Detailed Description

Definition at line 55 of file mesh_tangent.c.

Member Data Documentation

◆ lnors

float(* BKEMeshToTangent::lnors)[3]

Definition at line 60 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_single_ex(), and get_normal().

◆ luvs

const MLoopUV* BKEMeshToTangent::luvs

Definition at line 59 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_single_ex(), and get_texture_coordinate().

◆ mloops

const MLoop* BKEMeshToTangent::mloops

Definition at line 57 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_single_ex(), and get_position().

◆ mpolys

const MPoly* BKEMeshToTangent::mpolys

◆ mverts

const MVert* BKEMeshToTangent::mverts

Definition at line 58 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_single_ex(), and get_position().

◆ num_polys

int BKEMeshToTangent::num_polys

Definition at line 62 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_single_ex(), and get_num_faces().

◆ tangents

float(* BKEMeshToTangent::tangents)[4]

Definition at line 61 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_single_ex(), and set_tspace().


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