Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-14 05:18:14 +00:00
parent 635e942524
commit 722e60865a

View File

@ -678,9 +678,9 @@
},
"resolution": {
"type": "integer",
"description": "Resolution of the heightmap.\nHigher values means more detail but also more memory/cpu/gpu usage.",
"description": "Resolution of the heightmap.\nHigher values means more detail but also more memory/cpu/gpu usage.\nThis value will be 1:1 with the heightmap texture, but only at the equator.",
"format": "int32",
"default": 51,
"default": 256,
"maximum": 2147483647.0,
"minimum": 0.0
}