Search the Community
Showing results for tags 'blur'.
-
I understand that in Leadwerks 3 a distance blurring system was added to allow for more textures to be used on terrains. This has become quite noticable in my project. It's not too bad for the level terrain when at ground height, but for something like a mountain it becomes very obvious. You can quite clearly see the line where it blurs and where it doesn't. I have Googled for an answer for a few days now and have only really been able to find the blog article talking about the new terrain system (which seemed to mention that there would be a way for the dev to adjust the blur distance), and not a lot else. I have tried messing with a few settings in the terrain shaders (e.g. TERRAIN_LOW_FREQUENCY_BLEND which was mentioned in one forum response, but setting that to 0 as recommended just made the texture low resolution until you got up way too close to it). Can anyone point me in the right direction? On a mostly unrelated topic, is there any way to increase the draw distance in the Leadwerks editor?
-
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!