vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
WavefrontObj Class Reference

#include <wavefront.h>

Public Member Functions

 WavefrontObj (void)
 
 ~WavefrontObj (void)
 
unsigned int loadObj (const char *fname, bool textured)
 

Public Attributes

int mVertexCount
 
int mTriCount
 
int * mIndices
 
float * mVertices
 
float * mTexCoords
 

Constructor & Destructor Documentation

WavefrontObj::WavefrontObj ( void  )
WavefrontObj::~WavefrontObj ( void  )

Member Function Documentation

unsigned int WavefrontObj::loadObj ( const char *  fname,
bool  textured 
)

Member Data Documentation

int* WavefrontObj::mIndices
float* WavefrontObj::mTexCoords
int WavefrontObj::mTriCount
int WavefrontObj::mVertexCount
float* WavefrontObj::mVertices

The documentation for this class was generated from the following files: