aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-25 14:55:40 +0000
committertaw27 <taw27@84d2e878-0bd5-11dd-ad15-13eda11d74c5>2008-05-25 14:55:40 +0000
commitfd1f182df5b190c5e1a64b230a4c3a6591939a72 (patch)
treed1de5ea06ecf41c5ed48edd0b245b314357273d6
parent8684d5a1a6d18e32eb15324f19da18ae88472707 (diff)
Modelling and better textures
git-svn-id: svn://cook.msm.cam.ac.uk:745/thrust3d/thrust3d@40 84d2e878-0bd5-11dd-ad15-13eda11d74c5
-rw-r--r--data/models/randombox42
-rw-r--r--data/rooms/00-00-0010
-rw-r--r--data/textures/tiledwall.pngbin12099 -> 542753 bytes
3 files changed, 26 insertions, 26 deletions
diff --git a/data/models/randombox b/data/models/randombox
index b65a99e..e003778 100644
--- a/data/models/randombox
+++ b/data/models/randombox
@@ -1,30 +1,30 @@
# A random box
QUADS
- 0.50 0.50 0.50 0.1 0.1
- -0.50 0.50 0.50 0.0 0.1
- -0.50 -0.50 0.50 0.0 0.0
- 0.50 -0.50 0.50 0.1 0.0
+ 0.40 0.40 0.40 0.08333 0.08333
+ -0.40 0.40 0.40 0.0 0.08333
+ -0.40 -0.40 0.40 0.0 0.0
+ 0.40 -0.40 0.40 0.08333 0.0
#
- 0.50 0.50 -0.50 0.2 0.1
- -0.50 0.50 -0.50 0.1 0.1
- -0.50 0.50 0.50 0.1 0.2
- 0.50 0.50 0.50 0.2 0.2
+ 0.40 0.40 -0.40 0.08333 0.0
+ -0.40 0.40 -0.40 0.0 0.0
+ -0.40 0.40 0.40 0.0 0.08333
+ 0.40 0.40 0.40 0.08333 0.08333
#
- 0.50 -0.50 0.50 0.3 0.3
- -0.50 -0.50 0.50 0.2 0.3
- -0.50 -0.50 -0.50 0.2 0.2
- 0.50 -0.50 -0.50 0.3 0.2
+ 0.40 -0.40 0.40 0.08333 0.08333
+ -0.40 -0.40 0.40 0.0 0.08333
+ -0.40 -0.40 -0.40 0.0 0.0
+ 0.40 -0.40 -0.40 0.08333 0.0
#
- 0.50 0.50 0.50 0.4 0.4
- 0.50 -0.50 0.50 0.3 0.4
- 0.50 -0.50 -0.50 0.3 0.3
- 0.50 0.50 -0.50 0.4 0.3
+ 0.40 0.40 0.40 0.08333 0.08333
+ 0.40 -0.40 0.40 0.0 0.08333
+ 0.40 -0.40 -0.40 0.0 0.0
+ 0.40 0.40 -0.40 0.08333 0.0
#
- -0.50 0.50 -0.50 0.5 0.4
- -0.50 -0.50 -0.50 0.4 0.4
- -0.50 -0.50 0.50 0.4 0.5
- -0.50 0.50 0.50 0.5 0.5
+ -0.40 0.40 -0.40 0.08333 0.0
+ -0.40 -0.40 -0.40 0.0 0.0
+ -0.40 -0.40 0.40 0.0 0.08333
+ -0.40 0.40 0.40 0.08333 0.08333
#
-texture floor1
+texture tiledwall
diff --git a/data/rooms/00-00-00 b/data/rooms/00-00-00
index baf5427..2b40e52 100644
--- a/data/rooms/00-00-00
+++ b/data/rooms/00-00-00
@@ -8,13 +8,13 @@ connected 00 00 04
light 5.0 0.0 0.0
platform 0.0 0.0 -5.0
-floor 0.0 0.0 -5.0
+tiledfloor 0.0 0.0 -5.0
wallw -5.0 0.0 0.0
walle 5.0 0.0 0.0
walln 0.0 5.0 0.0
walls 0.0 -5.0 0.0
-randombox -4.5 -4.5 -4.5
-randombox -4.5 4.5 -4.5
-randombox 4.5 -4.5 -4.5
-randombox 4.5 4.5 -4.5
+randombox -4.6 -4.6 -4.6
+randombox -4.6 4.6 -4.6
+randombox 4.6 -4.6 -4.6
+randombox 4.6 4.6 -4.6
diff --git a/data/textures/tiledwall.png b/data/textures/tiledwall.png
index 7138440..d9b5ad1 100644
--- a/data/textures/tiledwall.png
+++ b/data/textures/tiledwall.png
Binary files differ