Added materials for roads and railroads.
This commit is contained in:
parent
e78dc6f7d6
commit
4f301120bf
3 changed files with 23 additions and 0 deletions
BIN
Textures/Terrain/asphault.rgb
Normal file
BIN
Textures/Terrain/asphault.rgb
Normal file
Binary file not shown.
BIN
Textures/Terrain/gravel.rgb
Normal file
BIN
Textures/Terrain/gravel.rgb
Normal file
Binary file not shown.
23
materials
23
materials
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue