Jump to content

Motion Blur Effect on One Entity


Aaron Symons
 Share

Recommended Posts

Hi all!

 

I'm wanting to create a motion blur effect on the player entity. I'm wondering how to go about this as the camera follows the player: so overlaying the previous rendered image probably wont work, as the player is always center screen.

 

I'm guessing I could go about achieving the effect by creating a shader which duplicates the diffuse texture of the player entity and stretches it across the screen, and/or duplicates it across the screen with a fade on the alpha.

 

I'm just getting started with shaders, and creating effects such as this, so I'm hoping someone can offer some advice or tips.

 

Many thanks in advance!

Win7 64-bit | Intel i7-3770 3.40GHz | NVIDIA GeForce GTX 660

Link to comment
Share on other sites

Hi.

 

Igor's motion blur works by blurring the full screen during camera rotation. My camera is fixed to the player, and I'm wishing to only have motion blur on the player entity alone, not the whole screen. I guess I could adapt his script and shader to do this, but I have no idea where to start.

Win7 64-bit | Intel i7-3770 3.40GHz | NVIDIA GeForce GTX 660

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...