https://github.com/IronWarrior/UnityCameraShake
Source code for Camera Shake tutorial for Unity. Generates pseudo-random camera shake using Perlin noise.
https://github.com/IronWarrior/UnityCameraShake
Last synced: about 1 month ago
JSON representation
Source code for Camera Shake tutorial for Unity. Generates pseudo-random camera shake using Perlin noise.
- Host: GitHub
- URL: https://github.com/IronWarrior/UnityCameraShake
- Owner: IronWarrior
- License: unlicense
- Created: 2019-02-24T05:33:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T20:08:22.000Z (over 6 years ago)
- Last Synced: 2024-11-10T20:38:41.607Z (7 months ago)
- Language: C#
- Homepage: https://roystan.net/articles/camera-shake
- Size: 414 KB
- Stars: 104
- Watchers: 6
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - UnityCameraShake - Generates pseudo-random camera shake using Perlin noise (Camera)
README
# Unity Camera Shake
Unity 2018.3 project source for completed [Camera Shake Tutorial](https://roystan.net/articles/camera-shake.html) from the site [roystan.net](https://roystan.net/).
Uses Perlin noise to drive the shaking motion. Based on [Math for Game Programmers: Juicing Your Cameras With Math](https://www.youtube.com/watch?v=tu-Qe66AvtY) by [Squirrel Eiserloh](http://www.eiserloh.net/bio/).