forked from fcole/qrtsc
-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
41 lines (21 loc) · 731 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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 [email protected]
May 21 2011
Updated to build with Qt 5.4 and libQGLViewer 2.7
June 27 2018