Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A simple camera shake system based on the GDC talk by SMU Guildhall's Squirrel Eiserloh.The camera script has a stress value that determines the level of camera shake (shake = stress ^ 2). The stress value is clamped between 0 and 1. The shake is based on a max value, the shake variable and a simplex noise sample.
Godot Camera Shake
A simple camera shake system based on the GDC talk by SMU Guildhall's Squirrel Eiserloh.
How it works.
The camera script has a stress value that determines the level of camera shake (shake = stress ^ 2). The stress value is clamped between 0 and 1. The shake is based on a max value, the shake variable and a simplex noise sample.
A simple camera shake system based on the GDC talk by SMU Guildhall's Squirrel Eiserloh.
The camera script has a stress value that determines the level of camera shake (shake = stress ^ 2). The stress value is clamped between 0 and 1. The shake is based on a max value, the shake variable and a simplex noise sample.
Reviews
Quick Information
A simple camera shake system based on the GDC talk by SMU Guildhall's Squirrel Eiserloh.The camera script has a stress value that determines the level of camera shake (shake = stress ^ 2). The stress value is clamped between 0 and 1. The shake is based on a max value, the shake variable and a simplex noise sample.