GBX.lua.Camera (Object): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{CatUp|Class reference}}
{{CatUp|Class reference}}
 
The Camera object is the thing that you look through in the 3D view. It has basic controls.
The Camera object is the thing that you look through in the 3D view. It is currently undergoing upgrades and has basic controls.


''Focus'' controls the direction facing, and ''CoordinateFrame'' controls the point looking from.
''Focus'' controls the direction facing, and ''CoordinateFrame'' controls the point looking from.


==Functions==
==Functions==
The Camera incorporates only the global functions.
In addition to the Global functions, the Camera also has these:
 
<span style="color:red">''# indicates a locked function. These should NOT be tampered with.''</span>
*<span style="color:red">#</span> [[PanUnits (Function)|PanUnits]]
*<span style="color:red">#</span> [[TiltUnits (Function)|TiltUnits]]
*<span style="color:red">#</span> [[Zoom (Function)|Zoom]]


==Properties==
==Properties==
In addition to the global properties, the Camera also has these:
In addition to the global properties, the Camera also has these:
*[[CameraSubject]]
*[[CameraSubject (Property)|CameraSubject]]
*[[CameraType]]
*[[CameraType (Property)|CameraType]]
*[[Focus]]
*[[Focus (Property)|Focus]]
*[[CoordinateFrame (Property)|CoordinateFrame]]
*[[CoordinateFrame (Property)|CoordinateFrame]]


==Events==
==Events==
The Camera incorporates only the global functions.  
The Camera incorporates only the global events.  


[[Category: GoodBlox Lua Objects]]
[[Category: GoodBlox Lua Objects]]

Latest revision as of 07:58, 24 September 2021

The Camera object is the thing that you look through in the 3D view. It has basic controls.

Focus controls the direction facing, and CoordinateFrame controls the point looking from.

Functions

In addition to the Global functions, the Camera also has these:

# indicates a locked function. These should NOT be tampered with.

Properties

In addition to the global properties, the Camera also has these:

Events

The Camera incorporates only the global events.