Blender  V2.93
Public Attributes | List of all members
SGLSLMeshToTangent Struct Reference

Public Attributes

const float(* precomputedFaceNormals )[3]
 
const float(* precomputedLoopNormals )[3]
 
const MLoopTrilooptri
 
MLoopUVmloopuv
 
const MPolympoly
 
const MLoopmloop
 
const MVertmvert
 
const float(* orco )[3]
 
float(* tangent )[4]
 
int numTessFaces
 
const int * face_as_quad_map
 
int num_face_as_quad_map
 

Detailed Description

Definition at line 232 of file mesh_tangent.c.

Member Data Documentation

◆ face_as_quad_map

const int* SGLSLMeshToTangent::face_as_quad_map

◆ looptri

const MLoopTri* SGLSLMeshToTangent::looptri

◆ mloop

const MLoop* SGLSLMeshToTangent::mloop

◆ mloopuv

MLoopUV* SGLSLMeshToTangent::mloopuv

Definition at line 236 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetTextureCoordinate().

◆ mpoly

const MPoly* SGLSLMeshToTangent::mpoly

◆ mvert

const MVert* SGLSLMeshToTangent::mvert

◆ num_face_as_quad_map

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().

◆ numTessFaces

int SGLSLMeshToTangent::numTessFaces

Definition at line 242 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNumFaces().

◆ orco

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().

◆ precomputedFaceNormals

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().

◆ precomputedLoopNormals

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().

◆ tangent

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().


The documentation for this struct was generated from the following file: