forked from jdupuy/whitecaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
40 lines (31 loc) · 954 Bytes
/
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
34
35
36
37
38
39
40
====================================================
Real-time Animation and Rendering of Ocean Whitecaps
Jonathan Dupuy and Eric Bruneton
----------------------------------------------------
----------------------------------------------------
Hardware requirements
---------------------
The demo requires an OpenGL3.3 (or later) GPU.
Building the sources
--------------------
1 On Windows
Open the vs2010 solution, and press CTRL+F5.
2 On Linux
In a terminal, type "sh configure.sh",
then either:
- "make config=release32" or
- "make config=release64"
depending on your system.
More options for build by typing "make help"
Commands
--------
F1_F9 Load scene
1_9 Save scene
a Camera up
e Camera down
zqsd Scroll camera
left Turn camera left
right Turn camera right
Enjoy !
----------------------------------------------------
----------------------------------------------------