Update body_schema.json

This commit is contained in:
Nick 2022-05-20 22:19:00 -04:00 committed by GitHub
parent f5e02d3035
commit 83246a100e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1097,12 +1097,12 @@
},
"wanderDegreesX": {
"type": "number",
"description": "Angular distance from the starting position that it will wander, in terms of the angle around the x-axis.",
"description": "Angular distance from the starting position that it will wander, in terms of the azimuthal angle (angle of rotation around the polar axis).",
"default": 45
},
"wanderDegreesZ": {
"type": "number",
"description": "Angular distance from the starting position that it will wander, in terms of the angle around the z-axis.",
"description": "Angular distance from the starting position that it will wander, in terms of the polar angle (angle between the radial vector and the polar axis).",
"default": 45
}
}