Skip to content

Commit 223feca

Browse files
Update raylib_api.* by CI
1 parent 7d07d21 commit 223feca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tools/parser/output/raylib_api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@
753753
{
754754
"type": "float",
755755
"name": "fovy",
756-
"description": "Camera field-of-view aperture in Y (degrees) in perspective, used as near plane width in orthographic"
756+
"description": "Camera field-of-view aperture in Y (degrees) in perspective, used as near plane height in world units in orthographic"
757757
},
758758
{
759759
"type": "int",

tools/parser/output/raylib_api.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ return {
753753
{
754754
type = "float",
755755
name = "fovy",
756-
description = "Camera field-of-view aperture in Y (degrees) in perspective, used as near plane width in orthographic"
756+
description = "Camera field-of-view aperture in Y (degrees) in perspective, used as near plane height in world units in orthographic"
757757
},
758758
{
759759
type = "int",

tools/parser/output/raylib_api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ Struct 13: Camera3D (5 fields)
394394
Field[1]: Vector3 position // Camera position
395395
Field[2]: Vector3 target // Camera target it looks-at
396396
Field[3]: Vector3 up // Camera up vector (rotation over its axis)
397-
Field[4]: float fovy // Camera field-of-view aperture in Y (degrees) in perspective, used as near plane width in orthographic
397+
Field[4]: float fovy // Camera field-of-view aperture in Y (degrees) in perspective, used as near plane height in world units in orthographic
398398
Field[5]: int projection // Camera projection: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC
399399
Struct 14: Camera2D (4 fields)
400400
Name: Camera2D

tools/parser/output/raylib_api.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<Field type="Vector3" name="position" desc="Camera position" />
152152
<Field type="Vector3" name="target" desc="Camera target it looks-at" />
153153
<Field type="Vector3" name="up" desc="Camera up vector (rotation over its axis)" />
154-
<Field type="float" name="fovy" desc="Camera field-of-view aperture in Y (degrees) in perspective, used as near plane width in orthographic" />
154+
<Field type="float" name="fovy" desc="Camera field-of-view aperture in Y (degrees) in perspective, used as near plane height in world units in orthographic" />
155155
<Field type="int" name="projection" desc="Camera projection: CAMERA_PERSPECTIVE or CAMERA_ORTHOGRAPHIC" />
156156
</Struct>
157157
<Struct name="Camera2D" fieldCount="4" desc="Camera2D, defines position/orientation in 2d space">

0 commit comments

Comments
 (0)