User Tools

Site Tools


global:camera

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
global:camera [2022/08/02 22:38]
FreedTerror
global:camera [2024/12/03 02:24] (current)
Mistermind
Line 2: Line 2:
 Set the camera's initial positions as well as the zoom and smooth translation. These values can be changed at run-time. Set the camera's initial positions as well as the zoom and smooth translation. These values can be changed at run-time.
  
-{{ :global:global_cameraoptions.png?nolink |}}+{{ :global:global_camera.png?nolink |}}
  
 **Initial Distance:** The camera's initial position. **Initial Distance:** The camera's initial position.
  
 **Initial Rotation:** The camera's initial and default rotation.  NOTE: This is somewhat overridden if ''Enable LookAt'' (below) is toggled on. **Initial Rotation:** The camera's initial and default rotation.  NOTE: This is somewhat overridden if ''Enable LookAt'' (below) is toggled on.
 +
 +**Left Boundary:** How far left the camera can go.
 +
 +**Right Boundary:** How far right the camera can go.
  
 **Vertical Follow:** **Vertical Follow:**
   * **Disabled:** Vertical follow will not be used   * **Disabled:** Vertical follow will not be used
-  * **Average Distance:** +  * **Average Distance:** The camera averages the height between the characters 
-  * **Highest Character:**+  * **Highest Character:** The camera focus on the highest character in the air
  
 **Enable LookAt:** Toggle this to uses Unity's [[http://docs.unity3d.com/ScriptReference/Transform.LookAt.html|LookAt()]] function.  This means the camera is always looking at the pivot point between the two players (including rotation offset). Movement Speed will //not// affect the rotation speed of the camera. **Enable LookAt:** Toggle this to uses Unity's [[http://docs.unity3d.com/ScriptReference/Transform.LookAt.html|LookAt()]] function.  This means the camera is always looking at the pivot point between the two players (including rotation offset). Movement Speed will //not// affect the rotation speed of the camera.
Line 17: Line 21:
   * **Rotation Offset:** The default rotation values for the camera when LookAt is enabled.   * **Rotation Offset:** The default rotation values for the camera when LookAt is enabled.
      
-  * **Motion Sensor:**+  * **Motion Sensor (Mobile Only):** Uses the device's Accelerometer and Gyroscope to create small camera movements.
    
   * **None:** Motion sensor will not be used   * **None:** Motion sensor will not be used
-  * **Accelerometer:** +  * **Accelerometer:** (Coming soon) 
-  * **Gyroscope:**+  * **Gyroscope:** Bends the camera according to the inclination angle of the mobile device.
  
 **Field of View:** Set the camera's initial and default field of view. **Field of View:** Set the camera's initial and default field of view.
global/camera.1659494313.txt.gz · Last modified: 2022/08/02 22:38 by FreedTerror