1520DLC/res/models/material/tree/shingleoak_rt_1_0.mtl

60 lines
1.0 KiB
Plaintext

function data()
return {
params = {
alpha_scale = {
alphaScale = 1.5,
},
alpha_test = {
alphaThreshold = 0.5,
preferAlphaToCoverage = true,
},
fade_out_range = {
fadeOutEndDist = 20000,
fadeOutStartDist = 10000,
},
map_color_alpha = {
compressionAllowed = true,
fileName = "trees/ShingleOakBark.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 1.25,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
map_detail = {
compressionAllowed = true,
fileName = "trees/Detail_WoodChipBase.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
polygon_offset = {
factor = 0,
units = 0,
},
props = {
coeffs = {
0.73651766777039, 1.1988000869751, 0.125, 12.800000190735,
},
},
two_sided = {
twoSided = false,
},
},
type = "TRANSPARENT_DETAIL",
}
end