GLUS
Data Fields
_GLUSshape Struct Reference

Structure for holding geometry data. More...

#include <glus_shape.h>

Data Fields

GLUSfloatvertices
 Vertices in homogeneous coordinates. More...
 
GLUSfloatnormals
 Normals. More...
 
GLUSfloattangents
 Tangents. More...
 
GLUSfloatbitangents
 Bitangents. More...
 
GLUSfloattexCoords
 Texture coordinates. More...
 
GLUSfloatallAttributes
 All above values in one array. More...
 
GLUSindexindices
 Indices. More...
 
GLUSuint numberVertices
 Number of vertices. More...
 
GLUSuint numberIndices
 Number of indices. More...
 
GLUSenum mode
 Triangle render mode - could be either: More...
 

Detailed Description

Structure for holding geometry data.

Field Documentation

GLUSfloat* allAttributes

All above values in one array.

Not created by the model loader.

GLUSfloat* bitangents

Bitangents.

GLUSindex* indices

Indices.

GLUSenum mode

Triangle render mode - could be either:

GLUS_TRIANGLES GLUS_TRIANGLE_STRIP

GLUSfloat* normals

Normals.

GLUSuint numberIndices

Number of indices.

GLUSuint numberVertices

Number of vertices.

GLUSfloat* tangents

Tangents.

GLUSfloat* texCoords

Texture coordinates.

GLUSfloat* vertices

Vertices in homogeneous coordinates.


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