blob: 7ceb26f753539e741ef31e930927fb3ac9b12288 (
plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
GLLandScape V 1.1 (for JDK 1.1.X + GL4Java)
===========================================
you need to have:
=================
o jdk 1.1.X or java2
o GL4Java V 2.X.X (http://www.jausoft.com/gl4java.html)
ABOUT
=====
GLLandScape is another demonstration and test for GL4Java.
The landscape algorythms are taken from
Nicholas Anderson's Landscape V1.0 !
http://www.fortunecity.com/skyscraper/online/263
mailto:andersnd@hotmail.com
A landscape will be generated, where you can walk through :-)
FUTURE
======
I ported Nicholas Anderson's Landscape V1.0,
because i am thinking that this is a fine virtual-world,
to create a game :-)
CHANGES
=======
Now using display lists for the world -> faster !
INSTALL
=======
be sure to have GL4Java correctly installed
(check the manuals at http://www.jausoft.com/gl4java.html !
extract the GLLandScape.zip file !
generate the classes with: �javac *.java�
run GLLandScape with: 'java GLLandScapeFrame'
thats it :-)
THANXS
======
Thanxs to Nicholas Anderson for his source code of
Landscape V1.0, which was written in ANSI-C and uses
OpenGL GLU and GLUT !
Sven Goethel
|