From fdb474fc8ab8dd8c4290808569bb89e3976928ad Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 2 Jul 2015 13:47:27 -0300 Subject: Game Engine: Camera Lens Shift: support to change it during game --- doc/python_api/rst/bge_types/bge.types.KX_Camera.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc') 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 0baba5c3359..ac5ab4b5fe5 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 @@ -51,6 +51,18 @@ base class --- :class:`KX_GameObject` :type: float + .. attribute:: shift_x + + The camera's horizontal shift. + + :type: float + + .. attribute:: shift_y + + The camera's vertical shift. + + :type: float + .. attribute:: perspective True if this camera has a perspective transform, False for an orthographic projection. -- cgit v1.2.3