Changes between Version 1 and Version 2 of CameraControl


Ignore:
Timestamp:
2011-09-16 18:02:30 (13 years ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CameraControl

    v1 v2  
    1818#### Camera modes 
    1919 
    20 CameraControl provides six different camera modes, which are invoked from [CarInput][] through the public functions _Next_ and _SwitchTo_: 
     20CameraControl provides six different camera modes, which are invoked from [CarInput](wiki:CarInput) through the public functions _Next_ and _SwitchTo_: 
    2121 
    2222__0 -__ Driver's View (_CamFixTo_)   
     
    3131## CameraControl parameters 
    3232 
    33 The [CarInput][] script controls most of these parameters according to the user's input. 
     33The [CarInput](wiki:CarInput) script controls most of these parameters according to the user's input. 
    3434 
    35 __Target__: reference to the vehicle that is being followed. __It must contain a [CarCameras][] component.__ 
     35__Target__: reference to the vehicle that is being followed. __It must contain a [CarCameras](wiki:CarCameras) component.__ 
    3636 
    3737__Target2__: optional reference to a secondary vehicle to be used in the _Vehicle to vehicle_ mode. 
     
    5353The [live demo][] uses two image effects, _ColorCorrectionCurves_ and _ContrastStretchEffect_. The "low quality mode" can be toggled with the key F12, which also disables the shadows. 
    5454 
    55 [CarInput]: wiki:CarInput 
    56 [CarCameras]: wiki:CarCameras 
    5755[live demo]: http://www.edy.es/unity/offroader.html 
    5856