jalec 84e0ce7b52 replaced buggy readOBJ with wrapper to vector of vectors readobj 13 years ago
..
Makefile 25a30a188f added new readOBJ prototype with more support (per corner normals and texture coordinates and non-triangle faces), along with example for mesh io (work in progress) 13 years ago
README 25a30a188f added new readOBJ prototype with more support (per corner normals and texture coordinates and non-triangle faces), along with example for mesh io (work in progress) 13 years ago
cube.obj 25a30a188f added new readOBJ prototype with more support (per corner normals and texture coordinates and non-triangle faces), along with example for mesh io (work in progress) 13 years ago
example.cpp 84e0ce7b52 replaced buggy readOBJ with wrapper to vector of vectors readobj 13 years ago
torus.obj 25a30a188f added new readOBJ prototype with more support (per corner normals and texture coordinates and non-triangle faces), along with example for mesh io (work in progress) 13 years ago

README

This is a simple example program that shows how to use the mesh IO functions of
readOBJ.h etc. in the igl library.


To Build:
make

To Run:
./example [path_1] [path_2] ... [path_n]