diff options
author | Jan Haller <bromeon@gmail.com> | 2023-01-23 19:55:30 +0100 |
---|---|---|
committer | Jan Haller <bromeon@gmail.com> | 2023-01-23 20:07:59 +0100 |
commit | 15686ca786a0fbbafb2d812f62b7c36bed91e774 (patch) | |
tree | d613eac0480bcde72d028992c4a43ca10ad6bc4c /doc/classes | |
parent | c06df6779ae8c3145cd7be727102663ccae568e9 (diff) |
Fix bind " convergence_dist" containing space
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Projection.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Projection.xml b/doc/classes/Projection.xml index 602833bca5..99e3f1725f 100644 --- a/doc/classes/Projection.xml +++ b/doc/classes/Projection.xml @@ -149,7 +149,7 @@ <param index="4" name="flip_fov" type="bool" /> <param index="5" name="eye" type="int" /> <param index="6" name="intraocular_dist" type="float" /> - <param index="7" name=" convergence_dist" type="float" /> + <param index="7" name="convergence_dist" type="float" /> <description> Creates a new [Projection] that projects positions using a perspective projection with the given Y-axis field of view (in degrees), X:Y aspect ratio, and clipping distances. The projection is adjusted for a head-mounted display with the given distance between eyes and distance to a point that can be focused on. [param eye] creates the projection for the left eye when set to 1, or the right eye when set to 2. |