forked from miniplane/webGL-homework-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
34 lines (24 loc) · 1.17 KB
/
README.txt
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
webGL-homework-2
================
super cool 10/10 solar system sculpture (ok, maybe 3/10 in retrospect)
Try here: http://miniplane.github.io/webGL-homework-2/
The sculpture can be transformed like the shapes from the previous lab:
scaling:
'x': decrease the width of the shape by a factor of 0.9
'X': increase the width of the shape by a factor of 1.1
'y': decrease the height of the shape by a factor of 0.9
'Y': increase the height of the shape by a factor of 1.1
'z': decrease the depth of the shape by a factor of 0.9
'Z': increase the depth of the shape by a factor of 1.1
rotation:
"w": rotate the current shape clockwise about the x-axis
"s": rotate the current shape counterclockwise about the x-axis
"e": rotate the current shape clockwise about the y-axis
"q": rotate the current shape counterclockwise about the y-axis
"d": rotate the current shape clockwise about the z-axis
"a": rotate the current shape counterclockwise about the z-axis
movement:
use arrow keys to move the selected shape
"," (comma): move the shape forward
"." (period): move the shape backward
assignment specification: http://vda.cs.univie.ac.at/Teaching/Graphics/14w/Labs/Lab2/lab2.html