gKit2 light
Loading...
Searching...
No Matches
wavefront_fast.h
Go to the documentation of this file.
1
2#ifndef _OBJ_FAST_H
3#define _OBJ_FAST_H
4
5#include "mesh.h"
6
7
10
13
15Mesh read_mesh_fast( const char *filename );
16
18Mesh read_indexed_mesh_fast( const char *filename );
19
21#endif
representation d'un objet / maillage.
Definition mesh.h:121
Mesh read_mesh_fast(const char *filename)
charge un fichier wavefront .obj et renvoie un mesh compose de triangles non indexes....
Mesh read_indexed_mesh_fast(const char *filename)
charge un fichier wavefront .obj et renvoie un mesh compose de triangles indexes. utiliser glDrawElem...