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

Public Attributes

const DispListdl
 
float(* tangent )[4]
 
float(* fnormals )[3]
 
int u_len
 
int v_len
 

Detailed Description

Definition at line 32 of file displist_tangent.c.

Member Data Documentation

◆ dl

const DispList* SGLSLDisplistToTangent::dl

◆ fnormals

float(* SGLSLDisplistToTangent::fnormals)[3]

Face normal for flat shading.

Definition at line 36 of file displist_tangent.c.

Referenced by dlsurf_ts_GetNormal().

◆ tangent

float(* SGLSLDisplistToTangent::tangent)[4]

◆ u_len

int SGLSLDisplistToTangent::u_len

Use by surfaces. Size of the surface in faces.

Definition at line 38 of file displist_tangent.c.

Referenced by BKE_displist_tangent_calc(), dlsurf_ts_GetNumFaces(), dlsurf_ts_GetTextureCoordinate(), and face_to_vert_index().

◆ v_len

int SGLSLDisplistToTangent::v_len

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