GLUS
Functions
glus_shape_wavefront.c File Reference
#include "GL/glus.h"

Functions

GLUSboolean _glusWavefrontParse (const GLUSchar *filename, GLUSshape *shape, GLUSwavefront *wavefront)
 
GLUSboolean GLUSAPIENTRY glusShapeLoadWavefront (const GLUSchar *filename, GLUSshape *shape)
 Loads a wavefront object file. More...
 

Function Documentation

GLUSboolean _glusWavefrontParse ( const GLUSchar filename,
GLUSshape shape,
GLUSwavefront wavefront 
)
GLUSboolean GLUSAPIENTRY glusShapeLoadWavefront ( const GLUSchar filename,
GLUSshape shape 
)

Loads a wavefront object file.

Parameters
filenameThe name of the wavefront file including extension.
shapeThe data is stored into this structure.
Returns
GLUS_TRUE, if loading succeeded.