Changes between Version 2 and Version 3 of CameraControl


Ignore:
Timestamp:
2011-10-07 02:13:06 (13 years ago)
Author:
edy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CameraControl

    v2 v3  
    1818#### Camera modes 
    1919 
    20 CameraControl provides six different camera modes, which are invoked from [CarInput](wiki:CarInput) through the public functions _Next_ and _SwitchTo_: 
     20CameraControl provides six different camera modes, which are invoked from [CarMain](wiki:CarMain) through the public functions _Next_ and _SwitchTo_: 
    2121 
    2222__0 -__ Driver's View (_CamFixTo_)   
     
    3131## CameraControl parameters 
    3232 
    33 The [CarInput](wiki:CarInput) script controls most of these parameters according to the user's input. 
     33The [CarMain](wiki:CarMain) script controls most of these parameters according to the user's input. 
    3434 
    3535__Target__: reference to the vehicle that is being followed. __It must contain a [CarCameras](wiki:CarCameras) component.__