Blender  V3.3
Public Attributes | List of all members
SGLSLMeshToTangent Struct Reference

Public Attributes

const float(* precomputedFaceNormals )[3]
 
const float(* precomputedLoopNormals )[3]
 
const MLoopTrilooptri
 
const MLoopUVmloopuv
 
const MPolympoly
 
const MLoopmloop
 
const MVertmvert
 
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
 

Detailed Description

Definition at line 203 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

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

◆ 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 220 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_GetNumFaces().

◆ numTessFaces

int SGLSLMeshToTangent::numTessFaces

Definition at line 214 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 212 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 204 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 205 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 213 of file mesh_tangent.c.

Referenced by BKE_mesh_calc_loop_tangent_ex(), and dm_ts_SetTSpace().

◆ vert_normals

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


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