gKit2 light
Public Attributes | List of all members
TriangleData Struct Reference

representation d'un triangle. More...

#include <mesh.h>

+ Inheritance diagram for TriangleData:

Public Attributes

vec3 a
 
vec3 b
 
vec3 c
 positions
More...
 
vec3 na
 
vec3 nb
 
vec3 nc
 normales More...
 
vec2 ta
 
vec2 tb
 
vec2 tc
 texcoords More...
 

Detailed Description

representation d'un triangle.

Definition at line 94 of file mesh.h.

Member Data Documentation

◆ c

vec3 TriangleData::c

positions

Definition at line 96 of file mesh.h.

◆ nc

vec3 TriangleData::nc

normales

Definition at line 97 of file mesh.h.

◆ tc

vec2 TriangleData::tc

texcoords

Definition at line 98 of file mesh.h.


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