|
Blender
V2.93
|
Public Attributes | |
| const float(* | precomputedFaceNormals )[3] |
| const float(* | precomputedLoopNormals )[3] |
| const BMLoop *(* | looptris )[3] |
| int | cd_loop_uv_offset |
| const float(* | orco )[3] |
| float(* | tangent )[4] |
| int | numTessFaces |
| const int * | face_as_quad_map |
| int | num_face_as_quad_map |
Definition at line 45 of file editmesh_tangent.c.
| int SGLSLEditMeshToTangent::cd_loop_uv_offset |
Definition at line 49 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetTextureCoordinate().
| const int* SGLSLEditMeshToTangent::face_as_quad_map |
Definition at line 57 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), emdm_ts_GetNormal(), emdm_ts_GetNumVertsOfFace(), emdm_ts_GetPosition(), emdm_ts_GetTextureCoordinate(), and emdm_ts_SetTSpace().
| const BMLoop*(* SGLSLEditMeshToTangent::looptris)[3] |
Definition at line 48 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), emdm_ts_GetNormal(), emdm_ts_GetNumVertsOfFace(), emdm_ts_GetPosition(), emdm_ts_GetTextureCoordinate(), and emdm_ts_SetTSpace().
| int SGLSLEditMeshToTangent::num_face_as_quad_map |
Definition at line 58 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNumFaces().
| int SGLSLEditMeshToTangent::numTessFaces |
Definition at line 52 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNumFaces().
| const float(* SGLSLEditMeshToTangent::orco)[3] |
Definition at line 50 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetTextureCoordinate().
| const float(* SGLSLEditMeshToTangent::precomputedFaceNormals)[3] |
Definition at line 46 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNormal().
| const float(* SGLSLEditMeshToTangent::precomputedLoopNormals)[3] |
Definition at line 47 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNormal().
| float(* SGLSLEditMeshToTangent::tangent)[4] |
Definition at line 51 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_SetTSpace().