Changes between Version 2 and Version 3 of CameraControl
- Timestamp:
- 2011-10-07 02:13:06 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CameraControl
v2 v3 18 18 #### Camera modes 19 19 20 CameraControl provides six different camera modes, which are invoked from [Car Input](wiki:CarInput) through the public functions _Next_ and _SwitchTo_:20 CameraControl provides six different camera modes, which are invoked from [CarMain](wiki:CarMain) through the public functions _Next_ and _SwitchTo_: 21 21 22 22 __0 -__ Driver's View (_CamFixTo_) … … 31 31 ## CameraControl parameters 32 32 33 The [Car Input](wiki:CarInput) script controls most of these parameters according to the user's input.33 The [CarMain](wiki:CarMain) script controls most of these parameters according to the user's input. 34 34 35 35 __Target__: reference to the vehicle that is being followed. __It must contain a [CarCameras](wiki:CarCameras) component.__