home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 9
/
CD_ASCQ_09_1193.iso
/
news
/
4444
/
bug4
/
hill5.inc
< prev
next >
Wrap
Text File
|
1992-07-19
|
1KB
|
107 lines
#declare JungleGreen =
texture {
color DarkGreen
phong .5
phong_size 20
ambient .1
.05
}
#declare Swamp =
texture {
// color Red ambient 1
color MidnightBlue
phong .5
phong_size 80
ambient .3
diffuse .5
reflection .6
// ripples .02
// frequency .01
scale <.1 .1 .1>
}
//------------- Light Tan Rock
#declare rock2 =
texture { grnt0 scale <2 3 2> rotate <0 0 40> ambient .1 diffuse .7 }
texture { grnt7a scale <1.3 2 1.3> rotate <0 0 -30> rotate <40 0 0> ambient .1 diffuse .7 }
//--- Mountain Range
object {
height_field {
tga
"world3.tga"
}
texture {
rock2 scale <.2 .2 .2>
phong .05
phong_size 100
}
texture {
gradient <0 1 0>
color_map {
[0.0 0.3 color Black alpha .5 color DimGray alpha .5]
[0.3 0.6 color DimGray alpha .5 color Clear]
[0.6 1 color Clear color Clear]
}
.05
}
/*
texture {
color Gray
ambient .1
diffuse .5
}
*/
scale <6000 1800 6000> translate <-3000 -10 -3000>
rotate <0 300 0> translate <0 0 200>
}
//--- Ground
object {
union { Square_Y
scale <3000 1 3000>
translate <0 400 0>
}
texture { Swamp }
}