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
54d27bedeb
commit
4ac782faa3
@ -7100,10 +7100,25 @@
|
||||
"properties": {
|
||||
"radius": {
|
||||
"type": "number",
|
||||
"description": "The radius of this volume.",
|
||||
"description": "The radius of this volume, if a shape is not specified.",
|
||||
"format": "float",
|
||||
"default": 1.0
|
||||
},
|
||||
"shape": {
|
||||
"description": "The shape of this volume. Defaults to a sphere with a radius of `radius` if not specified.",
|
||||
"$ref": "#/definitions/ShapeInfo"
|
||||
},
|
||||
"rotation": {
|
||||
"description": "Rotation of the object",
|
||||
"$ref": "#/definitions/MVector3"
|
||||
},
|
||||
"alignRadial": {
|
||||
"type": [
|
||||
"boolean",
|
||||
"null"
|
||||
],
|
||||
"description": "Do we try to automatically align this object to stand upright relative to the body's center? Stacks with rotation.\nDefaults to true for geysers, tornados, and volcanoes, and false for everything else."
|
||||
},
|
||||
"position": {
|
||||
"description": "Position of the object",
|
||||
"$ref": "#/definitions/MVector3"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user