]> git.localhorst.tv Git - blank.git/blob - running
normalize worley noise values to (-1,1)
[blank.git] / running
1 Arguments
2 =========
3
4 blank
5         normal execution
6
7 blank <n>
8         terminate after <n> frames
9
10 blank -t <t>
11         terminate after <t> milliseconds
12
13 blank <n> -t <t>
14         terminate after n frames, assume <t> milliseconds pass each frame
15
16
17 Controls
18 ========
19
20 Move around with WSAD, shift, and space, look around with mouse motion.
21 Mouse button 1 deletes the block you're pointing at, button 2 selects it
22 as the active block, and button 3 places the active block next to the one
23 you're pointing at.
24
25 As an alternative to picking, you can also use the mousewheel up/down to
26 flip through available blocks.
27
28 Q changes the face of the active block (loops over up, down, right, left,
29 front, and back) and E changes the turn (none, left, around, and right).
30
31 Pressing B prints details about the block you're pointing at and P prints
32 info about the active block.