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