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:19]
FreedTerror
global:camera [2022/08/03 03:37] (current)
Mistermind
Line 9: Line 9:
  
 **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
- +
-**Movement Speed:** How fast will the camera move to follow the action. +
- +
-**Minimum Zoom:** How close will the camera get to battle as the characters approach one another. +
- +
-**Maximum Zoom:** How far can the camera get to as the characters distance from one another. This also visually determines how far off they can move from one another. +
- +
-**Maximum Players Distance:** How far can players move away from one another.+
  
 **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.
- +  * **Rotation Speed:** How fast the camera will rotate towards the action. 
-**Rotation Speed:** How fast the camera will rotate towards the action. +  **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 (Mobile Only):** Uses the device's Accelerometer and Gyroscope to create small camera movements. 
- + 
-**Motion Sensor:**+
   * **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.
  
-**Camera move Speed:**+**Camera move Speed:** How fast will the camera move to follow the action.
  
 **Enable Zoom:** **Enable Zoom:**
-  * **Minimum Zoom:** +  * **Minimum Zoom:** How close will the camera get to battle as the characters approach one another. 
-  * **Maximum Zoom:**+  * **Maximum Zoom:** How far can the camera get to as the characters distance from one another. This also visually determines how far off they can move from one another.
  
-**Maximum Players Distance:**+**Maximum Players Distance:** The maximum distance the characters have between them.
  
 ---- ----
global/camera.1659493179.txt.gz · Last modified: 2022/08/02 22:19 by FreedTerror