Skip to content

Commit 8653e20

Browse files
Update api spec (#142)
* YOYO NEW API SPEC! * I have generated the latest API! --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 77fc0f7 commit 8653e20

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

spec.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19139,6 +19139,7 @@
1913919139
]
1914019140
},
1914119141
"fov_y": {
19142+
"nullable": true,
1914219143
"description": "The field of view angle in the y direction, in degrees.",
1914319144
"type": "number",
1914419145
"format": "float"
@@ -19173,24 +19174,23 @@
1917319174
]
1917419175
},
1917519176
"z_far": {
19177+
"nullable": true,
1917619178
"description": "The distance to the far clipping plane.",
1917719179
"type": "number",
1917819180
"format": "float"
1917919181
},
1918019182
"z_near": {
19183+
"nullable": true,
1918119184
"description": "The distance to the near clipping plane.",
1918219185
"type": "number",
1918319186
"format": "float"
1918419187
}
1918519188
},
1918619189
"required": [
1918719190
"center",
19188-
"fov_y",
1918919191
"type",
1919019192
"up",
19191-
"vantage",
19192-
"z_far",
19193-
"z_near"
19193+
"vantage"
1919419194
]
1919519195
},
1919619196
{

types.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)