|
Blender
V3.3
|
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 32 of file editmesh_tangent.c.
| int SGLSLEditMeshToTangent::cd_loop_uv_offset |
Definition at line 36 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 44 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 35 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 45 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNumFaces().
| int SGLSLEditMeshToTangent::numTessFaces |
Definition at line 39 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNumFaces().
| const float(* SGLSLEditMeshToTangent::orco)[3] |
Definition at line 37 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetTextureCoordinate().
| const float(* SGLSLEditMeshToTangent::precomputedFaceNormals)[3] |
Definition at line 33 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNormal().
| const float(* SGLSLEditMeshToTangent::precomputedLoopNormals)[3] |
Definition at line 34 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_GetNormal().
| float(* SGLSLEditMeshToTangent::tangent)[4] |
Definition at line 38 of file editmesh_tangent.c.
Referenced by BKE_editmesh_loop_tangent_calc(), and emdm_ts_SetTSpace().