1520DLC/res/models/model/asset/wild_west_commercial_01.mdl

57 lines
743 B
Plaintext

function data()
local width = 296 / 256 * 3.0
local height = 130 / 256 * 3.0
return {
boundingInfo = {
bbMax = {
width * .5, height * .5, 1.0,
},
bbMin = {
-width * .5, -height * .5, 0.0,
},
},
collider = {
params = {
},
type = "MESH",
},
lods = {
{
animations = {
},
children = {
{
id = "asset/wild_west_commercial.msh",
transf = {
width, 0, 0, 0, 0, height, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1,
},
type = "MESH",
},
},
events = {
},
matConfigs = {
{
1,
},
},
static = false,
visibleFrom = 0,
visibleTo = 200,
},
},
metadata = {
},
}
end