Alec Jacobson 831ee69608 main makefile and example makefiles fixed, Extras are broken 11 years ago
..
Makefile 831ee69608 main makefile and example makefiles fixed, Extras are broken 11 years ago
README 0abb7a4d3c changed interfaces of read*.h to return bool, 14 years ago
example.cpp 840830f753 transparency with sorted primitives example, viewport class, lots more explicits 12 years ago
example.php 0abb7a4d3c changed interfaces of read*.h to return bool, 14 years ago
input.txt 843d26c2be VBO (Vertex buffer object) handlers for eigen style V and F, normalize vector lists, compute normals 14 years ago

README

This pair of .cpp and .php programs demonstrate the use of pathinfo.

To compile:
make

To run C++
./example

To run php:
php example.php

To run test:
./example > c++_output.txt
php example.php > php_output.txt
# should find 0 differences
diff c++_output.txt php_output.txt