Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

Source code for Camera Shake tutorial for Unity. Generates pseudo-random camera shake using Perlin noise.

Lists

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/).

![Explosion occurs causing camera shake](https://i.imgur.com/qIGtk20.gif)

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/).