1520DLC/res/models/material/street/1520/newross_medium_sidewalk_lan...

28 lines
482 B
Plaintext
Raw Normal View History

2016-03-08 13:02:03 +03:00
function data()
return {
params = {
map_color_alpha = {
compressionAllowed = true,
fileName = "streets/sidewalk_newross_0_lane.tga",
magFilter = "LINEAR",
minFilter = "LINEAR_MIPMAP_LINEAR",
mipmapAlphaScale = 0,
type = "TWOD",
wrapS = "REPEAT",
wrapT = "REPEAT",
},
props = {
coeffs = {
1.0, 1.0, 0.42, 20.0,
},
},
polygon_offset = {
factor = -4.0,
units = -4.0
},
},
type = "TRANSPARENT",
}
end