[Algorithms] Frame independent Camera Shake
Brought to you by:
vexxed72
From: Amir H. F. <ah...@ad...> - 2009-12-19 07:17:28
|
Hello everyone, I am trying to implement a camera shake feature and I was wondering what a robust and standard technique for it could be. Currently I am using this formula : value = a * sin(nx)/mx; to come up with the displacement necessary for the camera node in time, however, variable frame rates can cause the final result to behave differently. I was wondering what other developers do for implementing camera shakes. Regards, Amir |