GLUS
Data Fields
_GLUSwavefront Struct Reference

Structure for a complete wavefront object file. More...

#include <glus_wavefront.h>

Data Fields

GLUSfloatvertices
 Vertices in homogeneous coordinates. More...
 
GLUSuint verticesVBO
 Vertices VBO. More...
 
GLUSfloatnormals
 Normals. More...
 
GLUSuint normalsVBO
 Normals VBO. More...
 
GLUSfloattangents
 Tangents. More...
 
GLUSuint tangentsVBO
 Tangents VBO. More...
 
GLUSfloatbitangents
 Bitangents. More...
 
GLUSuint bitangentsVBO
 Bitangents VBO. More...
 
GLUSfloattexCoords
 Texture coordinates. More...
 
GLUSuint texCoordsVBO
 Texture corrdinates VBO. More...
 
GLUSuint numberVertices
 Number of vertices. More...
 
GLUSgroupListgroups
 Pointer to the first element of the groups. More...
 
GLUSmaterialListmaterials
 Pointer to the first element of the materials. More...
 

Detailed Description

Structure for a complete wavefront object file.

Field Documentation

GLUSfloat* bitangents

Bitangents.

GLUSuint bitangentsVBO

Bitangents VBO.

GLUSgroupList* groups

Pointer to the first element of the groups.

GLUSmaterialList* materials

Pointer to the first element of the materials.

GLUSfloat* normals

Normals.

GLUSuint normalsVBO

Normals VBO.

GLUSuint numberVertices

Number of vertices.

GLUSfloat* tangents

Tangents.

GLUSuint tangentsVBO

Tangents VBO.

GLUSfloat* texCoords

Texture coordinates.

GLUSuint texCoordsVBO

Texture corrdinates VBO.

GLUSfloat* vertices

Vertices in homogeneous coordinates.

GLUSuint verticesVBO

Vertices VBO.


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