Blender
V3.3
|
Public Attributes | |
const float(* | precomputedFaceNormals )[3] |
const float(* | precomputedLoopNormals )[3] |
const MLoopTri * | looptri |
const MLoopUV * | mloopuv |
const MPoly * | mpoly |
const MLoop * | mloop |
const MVert * | mvert |
const float(* | vert_normals )[3] |
const float(* | orco )[3] |
float(* | tangent )[4] |
int | numTessFaces |
const int * | face_as_quad_map |
int | num_face_as_quad_map |
Definition at line 203 of file mesh_tangent.c.
const int* SGLSLMeshToTangent::face_as_quad_map |
Definition at line 219 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 206 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 209 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), dm_ts_GetNormal(), dm_ts_GetPosition(), and dm_ts_GetTextureCoordinate().
const MLoopUV* SGLSLMeshToTangent::mloopuv |
Definition at line 207 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetTextureCoordinate().
const MPoly* SGLSLMeshToTangent::mpoly |
Definition at line 208 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 210 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 220 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNumFaces().
int SGLSLMeshToTangent::numTessFaces |
Definition at line 214 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 212 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 204 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 205 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNormal().
float(* SGLSLMeshToTangent::tangent)[4] |
Definition at line 213 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_SetTSpace().
const float(* SGLSLMeshToTangent::vert_normals)[3] |
Definition at line 211 of file mesh_tangent.c.
Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNormal().