benardp/qrtsc
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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 5.4 or higher installed. On Mac or Linux: qmake -r qviewer.pro make On Windows: Open the Qt command prompt, then qmake -tp vc -r qviewer.pro Then open qviewer.sln from Visual Studio and build normally. 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 Updated to build with Qt 5.4 and libQGLViewer 2.7 June 27 2018