Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrimpey committed Sep 11, 2019
2 parents fcde6ae + 7b16111 commit 088df6b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Overview of the menu
This menu recreates vehicle camera from scratch and introduces a number of customizable parameters for user to tune. On top of that there is a drone camera with a few modes to simulate drone flight.

<p align="center">
<img src="https://i.ibb.co/jfL3nmd/pic1.jpg">
</p>

Main features of this menu:
- **Lead camera** - main camera, rotates around car dependant on angular velocity of the vehicle
- **Chase camera** - focuses on closest vehicle and points towards it
Expand Down Expand Up @@ -31,7 +35,9 @@ It's best to just experiment with parameters to see how they affect camera handl
- **X/Y/Z Offset** - static position offset in XYZ direction
- **Max angle to lock** - for chase camera only, max angle from velocity vector to keep the lock on, if angle exceeds this limit, camera switches back to normal. (25,360)

## Examples
## Examples/showcase

[![Showcase](https://img.youtube.com/vi/JL7sxyNec_g/0.jpg)](https://youtu.be/JL7sxyNec_g)

## Credits
- [Tom Grobbe](https://github.com/TomGrobbe) - [MenuAPI](https://github.com/TomGrobbe/MenuAPI) used for GUI, code snippets from [vMenu](https://github.com/TomGrobbe/vMenu) used for saving/loading camera parameters
Expand Down

0 comments on commit 088df6b

Please sign in to comment.