GLUS
Data Fields
_GLUSgroup Struct Reference

Group of geometry. More...

#include <glus_wavefront.h>

Data Fields

GLUSchar name [GLUS_MAX_STRING]
 Name of the group. More...
 
GLUSchar materialName [GLUS_MAX_STRING]
 Name of the material. More...
 
GLUSmaterialmaterial
 Pointer to the material. More...
 
GLUSindexindices
 Indices. More...
 
GLUSuint indicesVBO
 Indices VBO. More...
 
GLUSuint vao
 VAO of this group. More...
 
GLUSuint numberIndices
 Number of indices. More...
 
GLUSenum mode
 Triangle render mode - could be either: More...
 

Detailed Description

Group of geometry.

Field Documentation

GLUSindex* indices

Indices.

GLUSuint indicesVBO

Indices VBO.

GLUSmaterial* material

Pointer to the material.

GLUSchar materialName[GLUS_MAX_STRING]

Name of the material.

GLUSenum mode

Triangle render mode - could be either:

GLUS_TRIANGLES GLUS_TRIANGLE_STRIP

Name of the group.

GLUSuint numberIndices

Number of indices.

GLUSuint vao

VAO of this group.


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