Home / library_OpenGL_C / version_1.0
Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2014-02-25 495 Bytes
objImporter.h 2014-02-25 4.6 kB
Totals: 2 Items   5.0 kB 0
VERSION 1.0

1) Object declaration:

	Model humanModel;
	
2) Loading Functions:
	
	humanModel = loadModel("human.obj");
	>this will load all the data supported at this moment.
	
3) Drawing Functions:

	drawModelVertex(int , Model);
	>this function will draw the vertices of a loaded object. the first parmeter is the vertice point size and the second is the object.
	
	
	drawModelFaces(humanModel);
	>this function only support simple faces yet. it takes as parameter object and draw it's faces.
Source: README.txt, updated 2014-02-25