mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
b7bb5b7217
commit
0be598b4e0
@ -675,6 +675,14 @@
|
|||||||
"textureMap": {
|
"textureMap": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Relative filepath to the texture used for the terrain."
|
"description": "Relative filepath to the texture used for the terrain."
|
||||||
|
},
|
||||||
|
"resolution": {
|
||||||
|
"type": "integer",
|
||||||
|
"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 width, but only at the equator.",
|
||||||
|
"format": "int32",
|
||||||
|
"default": 204,
|
||||||
|
"maximum": 2000.0,
|
||||||
|
"minimum": 4.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user