Texture/Image Centered on the Material of a Cube

I’m trying to center a picture on the material of a cube and I’m able to get this using the window vector output.

The problem is that when I’m moving trough the 3d view it move the image position.
When I resize area it also resize the image.

I’m trying to find a way to show a centered image that rotate with the view, centered on the object and if i move trough the 3dview or if i resize the area it don’t affect the image position/scale.

I’m trying to solve this directly on the material, no camera tracking since it’s not related with the window view and it require to be on camera mode wich is not the thing im looking for.

Welcome :tada:

…well… you are useing the window coordinates… and so it moves… when moving the window…

You mighht re-seach something about unwrapping… and maybe use some unwrap from view… while using the camera vie… or if you want to use this as a decal… like (almost randomly ) this :

That is a shame because Camera Projection would be what you want…
But you have to use the camera view…