Updating filters and behaviors

This commit is contained in:
DaanV2
2023-10-24 21:58:11 +02:00
parent 96d0654970
commit b79f694f7a
25 changed files with 496 additions and 16 deletions

View File

@@ -190,6 +190,11 @@
"additionalProperties": { "oneOf": [{ "type": "string" }, { "type": "boolean" }, { "type": "number" }] }
}
},
"rebuild_animation_matrices": {
"type": "boolean",
"description": "Whenever or not to rebuild the animation matrices.",
"title": "Rebuild Animation Matrices"
},
"textures": {
"title": "Textures",
"description": "The texture to apply, multiple texture can be used as to create an overlay effect, a specific material is required though.",

View File

@@ -87,7 +87,13 @@
"max_distance": {
"title": "Max Distance",
"description": "UNDOCUMENTED.",
"type": "number",
"type": ["number", "null"],
"minimum": 0
},
"min_distance": {
"title": "Min Distance",
"description": "UNDOCUMENTED.",
"type": ["number", "null"],
"minimum": 0
}
}