@rohMizuno Well, Vector is just an array of floats, [0,0,1] is a CameraVector, so [0,0,-1] is the opposite one. And yes, @marks solution would produce a fresnel (inverted), it also won't work for camera oriented sprites (their normal always aligned to the camera). Shortest version of what your second example was in the…