Replay Mod Forums

Shaky camera effect
    • User
    • 4 forum posts
    User28213
    #1

    Jan 06 16, 06:39 PM

    It would be awesome to have a shaky camera effect where you could apply various amounts and speeds of random noise to the camera's location/position.

    The menu might look something like this:

    ☑ Enable Transform noise
    Noise speed:
    Noise amount:

    ☑Enable Rotation noise
    Noise speed:
    Noise amount:

    To implement it I believe you would just have to find a good noise algorithm and feed ( (Speed * current time) + Random Phase) into the time slot and multiply the output by Amount.

    You would also have to calculate a random phase number for each axis every time the replay was loaded to ensure that it looked realistic.


    • User
    • 47 forum posts
    User12470
    #2

    Jan 06 16, 08:24 PM

    Not a bad idea, I like it!


    • User
    • 4 forum posts
    User28213
    #3

    Jan 06 16, 10:00 PM | Last edited: Jan 06 16, 10:58 PM

    Thanks!! I got the Idea from how easy it is to add realistic noise to a camera in blender. :D