1
0
Fork 0

Added materials for roads and railroads.

This commit is contained in:
david 2001-12-15 18:17:37 +00:00
parent e78dc6f7d6
commit 4f301120bf
3 changed files with 23 additions and 0 deletions

Binary file not shown.

BIN
Textures/Terrain/gravel.rgb Normal file

Binary file not shown.

View file

@ -976,3 +976,26 @@ CropWoodCover {
emissive = 0.0 0.0 0.0 1.0
}
Freeway {
texture = Terrain/New/asphault.rgb
xsize = 400
ysize = 400
light-coverage = 10000.0
ambient = 0.5 0.5 0.5 1.0
diffuse = 0.5 0.5 0.5 1.0
specular = 0.0 0.0 0.0 1.0
emissive = 0.0 0.0 0.0 1.0
}
alias Road Freeway
Railroad {
texture = Terrain/New/gravel.rgb
xsize = 400
ysize = 400
light-coverage = 1000000.0
ambient = 0.75 0.75 0.75 1.0
diffuse = 0.75 0.75 0.75 1.0
specular = 0.0 0.0 0.0 1.0
emissive = 0.0 0.0 0.0 1.0
}