Archive 17/01/2023.

Blur post process on 32bit and 64bit

Miegamicis

On Urho3D 1.5 32bit version the blur effect looks like this

But on the 64bit version, it looks something like this.

Both images should look similar, but they’re not, when I look around the world in 64bit version the screen just flickers in different colours, it seems that the screen is only showing the dominant colour of the viewport.
It seems that on 64bit systems the blur doesnt work at all, does anyone know how to fix this?
Thanks!

rasteron

Hi,

I’m not sure cpu architecture/build have something to do with post effect results. Probably best to post your details like OS, engine version, etc.

It would also be better to clone or download the latest version, build and check it again.

cadaver

While working on the api-agnostic-header branch I briefly tested this on a VS2013 64bit build. Blur worked OK for me on all of D3D9, D3D11 and OpenGL.

Ah, it could of course be a bug that was fixed post 1.5; don’t remember; you could retry against the current master branch.