Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Stokes <kupomail@gmail.com>2013-08-07 09:24:47 +0400
committerDaniel Stokes <kupomail@gmail.com>2013-08-07 09:24:47 +0400
commit29c8e4512c2deda8e37f503f30c5a89f20e21a45 (patch)
tree2971a06ddecf8c831f09dd3499441d3fd75807cf /doc
parentf5c66a3676da2141b240896ad701689f83f5a143 (diff)
Adding a fov attribute to KX_Camera. This attribute converts the field of view value and uses it to set lens.
Diffstat (limited to 'doc')
-rw-r--r--doc/python_api/rst/bge_types/bge.types.KX_Camera.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/python_api/rst/bge_types/bge.types.KX_Camera.rst b/doc/python_api/rst/bge_types/bge.types.KX_Camera.rst
index baf60ec0c97..0baba5c3359 100644
--- a/doc/python_api/rst/bge_types/bge.types.KX_Camera.rst
+++ b/doc/python_api/rst/bge_types/bge.types.KX_Camera.rst
@@ -27,6 +27,12 @@ base class --- :class:`KX_GameObject`
:type: float
+ .. attribute:: fov
+
+ The camera's field of view value.
+
+ :type: float
+
.. attribute:: ortho_scale
The camera's view scale when in orthographic mode.