32 lines
781 B
JSON
32 lines
781 B
JSON
{
|
|
"import": "./base_sourceengine.json",
|
|
"assets": [
|
|
// { "filename": "./models/gm_construct.glb" }
|
|
{ "filename": "./models/gm_construct/graph.json" }
|
|
],
|
|
"metadata": {
|
|
"graph": {
|
|
"assets": [
|
|
"./audio/soundscape/ambience.ogg"
|
|
],
|
|
"tags": {
|
|
// exact matches
|
|
// "worldspawn_skybox": { "ignore": true },
|
|
"worldspawn_skybox": {
|
|
"grid": { "size": [3,1,3], "epsilon": 1.0, "cleanup": true, "print": true },
|
|
"unwrap mesh": true,
|
|
"optimize mesh": { "simplify": 0 }
|
|
},
|
|
"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"
|
|
} }
|
|
}
|
|
}
|
|
}
|
|
} |