|
Blender
V2.93
|
Public Attributes | |
| const float(* | precomputedFaceNormals )[3] |
| const float(* | precomputedLoopNormals )[3] |
| const MLoopTri * | looptri |
| MLoopUV * | mloopuv |
| const MPoly * | mpoly |
| const MLoop * | mloop |
| const MVert * | mvert |
| const float(* | orco )[3] |
| float(* | tangent )[4] |
| int | numTessFaces |
| const int * | face_as_quad_map |
| int | num_face_as_quad_map |
Definition at line 232 of file mesh_tangent.c.
| const int* SGLSLMeshToTangent::face_as_quad_map |
Definition at line 247 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), dm_ts_GetNormal(), dm_ts_GetNumVertsOfFace(), dm_ts_GetPosition(), dm_ts_GetTextureCoordinate(), and dm_ts_SetTSpace().
| const MLoopTri* SGLSLMeshToTangent::looptri |
Definition at line 235 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), dm_ts_GetNormal(), dm_ts_GetNumVertsOfFace(), dm_ts_GetPosition(), dm_ts_GetTextureCoordinate(), and dm_ts_SetTSpace().
| const MLoop* SGLSLMeshToTangent::mloop |
Definition at line 238 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), dm_ts_GetNormal(), dm_ts_GetPosition(), and dm_ts_GetTextureCoordinate().
| MLoopUV* SGLSLMeshToTangent::mloopuv |
Definition at line 236 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetTextureCoordinate().
| const MPoly* SGLSLMeshToTangent::mpoly |
Definition at line 237 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), dm_ts_GetNormal(), dm_ts_GetNumVertsOfFace(), dm_ts_GetPosition(), dm_ts_GetTextureCoordinate(), and dm_ts_SetTSpace().
| const MVert* SGLSLMeshToTangent::mvert |
Definition at line 239 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), dm_ts_GetNormal(), and dm_ts_GetPosition().
| int SGLSLMeshToTangent::num_face_as_quad_map |
Definition at line 248 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNumFaces().
| int SGLSLMeshToTangent::numTessFaces |
Definition at line 242 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNumFaces().
| const float(* SGLSLMeshToTangent::orco)[3] |
Definition at line 240 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetTextureCoordinate().
| const float(* SGLSLMeshToTangent::precomputedFaceNormals)[3] |
Definition at line 233 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNormal().
| const float(* SGLSLMeshToTangent::precomputedLoopNormals)[3] |
Definition at line 234 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNormal().
| float(* SGLSLMeshToTangent::tangent)[4] |
Definition at line 241 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_SetTSpace().