Game Engine: Camera Lens Shift: support to change it during game

This commit is contained in:
Dalai Felinto
2015-07-02 13:47:27 -03:00
parent 145d3540b3
commit fdb474fc8a
3 changed files with 59 additions and 2 deletions

View File

@@ -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.