Is this possible? I would like my shader to know how far each vertex is from the camera, to adjust the strength of an effect. Passing the vec_dist (from entity to camera) to the shader could work for some situations, but doesn't seem as versatile especially for large objects. Any thoughts?