1520DLC/res/config/¨§¬¥­¥­­ë¥ í«¥¬¥­âë base_co...

37 lines
632 B
Plaintext

vegetation = {
forestLevel = 0.7, -- 0.0 - 1.0
forestDensity = 1.0, -- 0.25 - 4.0
singleDensity = 2.0 -- 0.0 - 100.0
}
})
setConfig("environment", "/default", {
name = _("European"),
light = {
direction = { 1.1, 1.3, 1.05 },
ambient = { 0.60, 0.60, 0.66 },
diffuse = { 1.11, 1.11, 1.11 },
specular = { 1.11, 1.11, 1.11 }
},
fog = {
color = { 0.31, 0.39, 0.44 }
},
skyBox = {
textures = {
"skybox/0.tga",
"skybox/90.tga",
"skybox/180.tga",
"skybox/270.tga",
"skybox/top.tga",
"skybox/bottom.tga"
}
},
envMap = {
texture = "c.tga"
}
})