GLUS
Functions
glus_shape_wavefront.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

GLUSAPI 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.