Skip to content

awnagel/Godot-Camera-Shake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple camera shake system for the Godot engine.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published