Is it possible to generate mesh distance fields at runtime for lumen? I’m working on a voxel game so generating the distance fields directly from voxel data should be possible. But how could I do that in practice. Do I need to convert my procedural meshes to static meshes?