GetCurrentCamera
(Difference between revisions)
(Created page with "Returns current camera objects. More about objects getObject") |
|||
Line 1: | Line 1: | ||
− | Returns current camera | + | Returns current camera object. |
+ | |||
+ | Camera = getCurrentCamera() | ||
+ | setCameraFov(Camera, 90) | ||
More about objects [[getObject]] | More about objects [[getObject]] |
Revision as of 19:24, 13 March 2013
Returns current camera object.
Camera = getCurrentCamera() setCameraFov(Camera, 90)
More about objects getObject