I've got some meshes that try to resemble an aquarium. I can move the point of view or camera that has a light attached to it. Only the front glass is fully transparent, it is suposed to be the screen glass.
I've tried using the blender function glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA) with some combinations of diffuse material, but it always look like a CAD drawing, despite the fact that some realistic textures could help improve the look, it just doesn't look right.
I can brute-force the desired result by changing all posible combinations of glBlendFunc and glMaterialfv, but it could take a while. So I posted the question here to see if someone have accomplished this visual effect, any help or comment is appreciated too.