GL Studio C++ Runtime API
GLMeshVertex Struct Reference

#include <gltrimesh.h>

Public Attributes

float vertex [3]
 
unsigned char color [4]
 
float texCoord [2]
 
float normal [3]
 

Detailed Description

The GLMeshVertex structure. Defines all of the attributes of a TriMesh vertex. Used in generated code.

Member Data Documentation

unsigned char color[4]

The vertex color

float normal[3]

The vertex normal

float texCoord[2]

The texture coordinate

float vertex[3]

The vertex coordinate


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