Blender
V3.3
|
Public Attributes | |
const MPoly * | mpolys |
const MLoop * | mloops |
const MVert * | mverts |
const MLoopUV * | luvs |
const float(* | lnors )[3] |
float(* | tangents )[4] |
int | num_polys |
Definition at line 39 of file mesh_tangent.c.
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().
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().
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().
const MPoly* BKEMeshToTangent::mpolys |
Definition at line 40 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_single_ex(), get_normal(), get_num_verts_of_face(), get_position(), get_texture_coordinate(), and set_tspace().
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().
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().
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().