Little program to render OBJ files to PNG image files
- Openframeworks (tested on 0.8.3 on MacOs and Ubuntu) http://openframeworks.cc/download/
Setup:
cd $YOUR_OF_DIR/apps/myApps
git clone https://github.com/spherik/OBJ2PNG.git && cd OBJ2PNG
make && make run