wiki.sine.space | sinespace

Difference between revisions of "Components/AvatarEffectCamera"

From wiki.sine.space
Jump to: navigation, search
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{Template:Infobox
 +
|above=AvatarEffectCamera
 +
|subheader=Component
 +
|image=[[File:Avatareffectcam.jpg|400px]]
 +
|caption=Component's Inspector
 +
| label1 = Rail
 +
|  data1 = set camera rail path
 +
| label2 = Offsets
 +
|  data2 = Sets camera in relation with avatar
 +
| label3 = Tracking targets
 +
|  data3 = Tracks the avatar or bone
 +
}}
 +
 
Avatar Effect Camera script will allow you to add a start and an end for your camera.  
 
Avatar Effect Camera script will allow you to add a start and an end for your camera.  
  
 
Click on '''Add Component''' under the Inspector window, and search for '''Camera Follow Character''' in the search bar.  
 
Click on '''Add Component''' under the Inspector window, and search for '''Camera Follow Character''' in the search bar.  
 
[[File:Avatareffectcam.jpg]]
 
  
 
This component has a few settings:
 
This component has a few settings:
  
 
+
'''Rail'''
*Rail
+
  
 
Type - linear will move the camera straight from start point to end point. Rotation will move around the avatar.
 
Type - linear will move the camera straight from start point to end point. Rotation will move around the avatar.
  
*Offsets
+
'''Offsets'''
  
 
The offsets allow you to place the camera in relation to the avatar. Y+ is up. Z+ is forward.
 
The offsets allow you to place the camera in relation to the avatar. Y+ is up. Z+ is forward.
Line 18: Line 28:
 
So; X0, Y1, Z2 will put the camera 1 meter above ground, 2 meters in front of the avatar.
 
So; X0, Y1, Z2 will put the camera 1 meter above ground, 2 meters in front of the avatar.
  
*Tracking Options
+
'''Tracking Options'''
  
 
The tracking options will animate the camera in line with the selected bone (Tracking target).
 
The tracking options will animate the camera in line with the selected bone (Tracking target).
  
*Tracking Target
+
'''Tracking Target'''
  
 
Start / End Avatar - For two person gestures you can move the camera target from one avatar to the other.
 
Start / End Avatar - For two person gestures you can move the camera target from one avatar to the other.
Line 28: Line 38:
 
Start - End Target - You can move the camera's focus from one bone to another over the duration of the gesture.
 
Start - End Target - You can move the camera's focus from one bone to another over the duration of the gesture.
  
 +
 +
For more info and examples, check [[Gestures/Animated_Cameras|here]].
  
 
{{Component Navbox}}
 
{{Component Navbox}}

Latest revision as of 02:46, 11 January 2019


AvatarEffectCamera
Component
Avatareffectcam.jpg

Component's Inspector

Rail set camera rail path
Offsets Sets camera in relation with avatar
Tracking targets Tracks the avatar or bone

Avatar Effect Camera script will allow you to add a start and an end for your camera.

Click on Add Component under the Inspector window, and search for Camera Follow Character in the search bar.

This component has a few settings:

Rail

Type - linear will move the camera straight from start point to end point. Rotation will move around the avatar.

Offsets

The offsets allow you to place the camera in relation to the avatar. Y+ is up. Z+ is forward.

So; X0, Y1, Z2 will put the camera 1 meter above ground, 2 meters in front of the avatar.

Tracking Options

The tracking options will animate the camera in line with the selected bone (Tracking target).

Tracking Target

Start / End Avatar - For two person gestures you can move the camera target from one avatar to the other.

Start - End Target - You can move the camera's focus from one bone to another over the duration of the gesture.


For more info and examples, check here.