#pragma once #include #include #include namespace orange { using LightmapAtlas = std::unique_ptr; Result CreateLightmapAtlasForMesh(MeshData& mesh); Vector GenerateDebugAtlasTexture(const LightmapAtlas& atlas); }