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

Public Attributes

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

Detailed Description

Definition at line 39 of file mesh_tangent.c.

Member Data Documentation

◆ lnors

const float(* BKEMeshToTangent::lnors)[3]

Definition at line 44 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 43 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 41 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 42 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 46 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 45 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: