|
Aerodynamic Objects Core 2.0.0
|
A camera controller which remains in place in the scene and looks at the target. More...
Public Attributes | |
| Transform | target |
| float | defaultFov = 60f |
| float | defaultDistance = 10f |
| float | zoomRate = 5f |
| float | lookSpeed = 2f |
A camera controller which remains in place in the scene and looks at the target.
The camera's field of view is adjusted to create a zoom effect based on the target's distance from the camera.
| float AerodynamicObjects.Demos.GroundViewCamera.defaultDistance = 10f |
| float AerodynamicObjects.Demos.GroundViewCamera.defaultFov = 60f |
| float AerodynamicObjects.Demos.GroundViewCamera.lookSpeed = 2f |
| Transform AerodynamicObjects.Demos.GroundViewCamera.target |
| float AerodynamicObjects.Demos.GroundViewCamera.zoomRate = 5f |