engine/bin/data/scenes/sourceengine/gm_construct.json

25 lines
577 B
JSON

{
"import": "./base_sourceengine.json",
"assets": [
{ "filename": "./models/gm_construct.glb" }
// { "filename": "./models/gm_construct/graph.json" }
],
"metadata": {
"graph": {
"bgm": "./audio/soundscape/ambience.ogg",
"tags": {
// exact matches
// "worldspawn_skybox": { "ignore": true },
"worldspawn_water": {},
// regex matches
"/^gm_construct\\/water/": { "material": {
"base": [ 0.027, 0.227, 0.259, 0.5 ],
"fRoughness": 0.3,
"fAlphaCutoff": 0.5,
"modeAlpha": "blend"
} }
}
}
}
}