Updated Schemas

This commit is contained in:
Ben C 2023-04-21 02:35:13 +00:00
parent 1005d7d6b5
commit 5acd94293c

View File

@ -929,6 +929,7 @@
"type": "number", "type": "number",
"description": "How many times this tile will tile across each \"side\" of the planet, so around the equator, this tile will loop scale * 4 times.", "description": "How many times this tile will tile across each \"side\" of the planet, so around the equator, this tile will loop scale * 4 times.",
"format": "float", "format": "float",
"default": 1.0,
"minimum": 0.0 "minimum": 0.0
}, },
"textureTile": { "textureTile": {
@ -946,7 +947,8 @@
"normalStrength": { "normalStrength": {
"type": "number", "type": "number",
"description": "Strength of the tile normal. Usually 0-1, but can go above, or negative to invert the map.", "description": "Strength of the tile normal. Usually 0-1, but can go above, or negative to invert the map.",
"format": "float" "format": "float",
"default": 1.0
} }
} }
}, },