fcole / qrtsc

Real-time line drawings from 3D models. Port of rtsc to Qt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is qrtsc, a port of rtsc (real-time suggestive contours) to Qt.

The original rtsc by Szymon Rusinkiewicz and Doug DeCarlo can be
found here:

http://gfx.cs.princeton.edu/proj/sugcon/



HOW TO BUILD:

You need Qt 4.6 or higher installed. 

On Mac or Linux:

qmake -r qviewer.pro
make

On Windows:

Open the Qt command prompt, then

qmake -r qviewer.pro

Then open qviewer.sln from Visual Studio and build normally.

Tested on gcc + Ubuntu 10, gcc + Mac OSX 10.6, 
and Visual Studio 2008 + Windows 7.



HOW TO USE:

Like rtsc, simply pass a mesh at the command line. Qrtsc accepts
all types of meshes that rtsc does.


More documentation forthcoming at some point (maybe).


Any questions or problems, email fcole@csail.mit.edu
May 21 2011

About

Real-time line drawings from 3D models. Port of rtsc to Qt.


Languages

Language:C 75.3%Language:C++ 24.5%Language:Prolog 0.1%Language:JavaScript 0.0%