Is it possible to use a shader to always draw a billboard 3D sprite on top of walls so it doesn't clip at certain angles? Using render priority doesn't really work, disabling Depth Test makes it appear on top of geometry in front of it and even with offsetting it slightly from the walls, it still clips at particular angles. I know of some shaders that do z-test in unity, but so far I've not found anything for Godot.