Changes between Version 1 and Version 2 of CameraControl
- Timestamp:
- 2011-09-16 18:02:30 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CameraControl
v1 v2 18 18 #### Camera modes 19 19 20 CameraControl provides six different camera modes, which are invoked from [CarInput] []through the public functions _Next_ and _SwitchTo_:20 CameraControl provides six different camera modes, which are invoked from [CarInput](wiki:CarInput) through the public functions _Next_ and _SwitchTo_: 21 21 22 22 __0 -__ Driver's View (_CamFixTo_) … … 31 31 ## CameraControl parameters 32 32 33 The [CarInput] []script controls most of these parameters according to the user's input.33 The [CarInput](wiki:CarInput) script controls most of these parameters according to the user's input. 34 34 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.__ 36 36 37 37 __Target2__: optional reference to a secondary vehicle to be used in the _Vehicle to vehicle_ mode. … … 53 53 The [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. 54 54 55 [CarInput]: wiki:CarInput56 [CarCameras]: wiki:CarCameras57 55 [live demo]: http://www.edy.es/unity/offroader.html 58 56