-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
25 lines (21 loc) · 770 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
This is a school project demonstrating a simple implementation of the
Catmull-Clark subdivision algorithm.
Build instructions:
- Ensure dependencies are installed: GLUT development headers, make.
- Download the source code and navigate into the directory
- Run make
Demo control:
Esc / Ctrl-Q Exit
Space / Right Switch to next object
Backspace / Left Switch to previous object
F Focus camera on current object
W Toggle wireframe
+ / = / Up Show next subdivision level
- / _ / Down Show previous subdivision level
Camera control:
Left click Rotate camera
Middle click Pan camera
Right click Zoom camera
Ctrl-Left click Pan camera
Homepage: http://github.com/skaslev/catmull-clark/
Author: Slavomir Kaslev <[email protected]>