Alec Jacobson (jalec 4db0b4ee7b merge bullshit há 11 anos atrás
..
src 831cdd3bb8 explicit instanciation for readWRL há 11 anos atrás
Info.plist f292dec1c2 mesh quicklook generator example and sort rows example, readWRL from preview3d há 11 anos atrás
Makefile 93cc7909d5 fixed makefile in QuickLook plugin há 11 anos atrás
README f292dec1c2 mesh quicklook generator example and sort rows example, readWRL from preview3d há 11 anos atrás

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 mesa's GLU à la http://www.alecjacobson.com/weblog/?p=2827