summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2003-09-22 07:47:23 +0000
committerDimitri Sokolyuk <demon@dim13.org>2003-09-22 07:47:23 +0000
commit18b3e528ae51656d756d25ba67c4d46740ad1b13 (patch)
tree06e59c8c407fadd5cc5c997e6992c935b91e59dc
parentbd43b10e99acacda96da885930001064f08d629c (diff)
2000-Feb-13 v3_2
-rw-r--r--stern.cpp40
1 files changed, 19 insertions, 21 deletions
diff --git a/stern.cpp b/stern.cpp
index 2db298b..c1d68d9 100644
--- a/stern.cpp
+++ b/stern.cpp
@@ -16,29 +16,27 @@ void Legende(void);
#define COPYRIGHT "Dark Alliance (c) 1996-2000 DreamDemon"
#define DATUM "13.02.2000"
#define PI 3.14
-#define Lines 36
+#define Lines 72
static int World[Lines][3] = {
- -60, 40, 20, -20, 40, 20,
- -20, 40, 20, -20, 0, 20,
- -20, 0, 20, 60, 0, 20,
- 60, 0, 20, 60,-40, 20,
- 60,-40, 20, -60,-40, 20,
- -60,-40, 20, -60, 40, 20,
-
- -60, 40,-20, -20, 40,-20,
- -20, 40,-20, -20, 0,-20,
- -20, 0,-20, 60, 0,-20,
- 60, 0,-20, 60,-40,-20,
- 60,-40,-20, -60,-40,-20,
- -60,-40,-20, -60, 40,-20,
-
- -60, 40, 20, -60, 40,-20,
- -20, 40, 20, -20, 40,-20,
- -20, 0, 20, -20, 0,-20,
- 60, 0, 20, 60, 0,-20,
- 60,-40, 20, 60,-40,-20,
- -60,-40, 20, -60,-40,-20};
+ 90, 0, 0, 10, 10, 10, 90, 0, 0, 10, 10,-10,
+ 90, 0, 0, 10,-10,-10, 90, 0, 0, 10,-10, 10,
+ -90, 0, 0, -10, 10, 10, -90, 0, 0, -10, 10,-10,
+ -90, 0, 0, -10,-10,-10, -90, 0, 0, -10,-10, 10,
+ 0, 90, 0, 10, 10, 10, 0, 90, 0, -10, 10, 10,
+ 0, 90, 0, -10, 10,-10, 0, 90, 0, 10, 10,-10,
+ 0,-90, 0, 10,-10, 10, 0,-90, 0, -10,-10, 10,
+ 0,-90, 0, -10,-10,-10, 0,-90, 0, 10,-10,-10,
+ 0, 0, 90, 10, 10, 10, 0, 0, 90, 10,-10, 10,
+ 0, 0, 90, -10,-10, 10, 0, 0, 90, -10, 10, 10,
+ 0, 0,-90, 10, 10,-10, 0, 0,-90, 10,-10,-10,
+ 0, 0,-90, -10,-10,-10, 0, 0,-90, -10, 10,-10,
+ 10, 10, 10, -10, 10, 10, 10,-10, 10, -10,-10, 10,
+ 10, 10,-10, -10, 10,-10, 10,-10,-10, -10,-10,-10,
+ 10, 10, 10, 10,-10, 10, -10, 10, 10, -10,-10, 10,
+ 10, 10,-10, 10,-10,-10, -10, 10,-10, -10,-10,-10,
+ 10, 10, 10, 10, 10,-10, 10,-10, 10, 10,-10,-10,
+ -10,-10, 10, -10,-10,-10, -10, 10, 10, -10, 10,-10};
float X, Y, Z, sX, sY, Xa, Ya, Za, sXs, sYs, D, G, Page, Xmid, Ymid;
float R, R1, R2, R3, Sr1, Sr2, Sr3, Cr1, Cr2, Cr3, mX, mY, mZ;