Alec Jacobson (jalec 524e9d2c7f doublearea now more robust %!s(int64=11) %!d(string=hai) anos
..
src 524e9d2c7f doublearea now more robust %!s(int64=11) %!d(string=hai) anos
Info.plist f292dec1c2 mesh quicklook generator example and sort rows example, readWRL from preview3d %!s(int64=11) %!d(string=hai) anos
Makefile 10ba90de62 be sure to link quicklook against compiled static GLU %!s(int64=11) %!d(string=hai) anos
README 10ba90de62 be sure to link quicklook against compiled static GLU %!s(int64=11) %!d(string=hai) anos

README

This is a small application which builds a "QuickLook generator" for Mac OS.
This will generate previews (selecting a file in Finder and hitting space) and
thumbnails ("Cover flow" view in Finder) for .obj, .off and .mesh 3D model
files.

To build issue:

make

This will compile the source and build the application in ./Mesh.qlgenerator/

To install issue:

sudo make install

This will copy the directory ./Mesh.qlgenerator/ into /Library/QuickLook/ and
reload the Quicklook Manager (so that you see your changes in Finder).

= Dependencies =

Install Mesa3D using macports.

sudo port install mesa

Then re-install GLU à la http://www.alecjacobson.com/weblog/?p=2827

= Note about Mesa =

If things look weird (too far away, blank, etc.) then maybe you should
reinstall GLU. It seems that the version of GLU that comes with macports' mesa
is buggy/corrupted.