adding post process and AO

This commit is contained in:
2025-06-01 16:52:01 +02:00
parent e1c4698a56
commit 195518361c
43 changed files with 241 additions and 330764 deletions

View File

@@ -22,6 +22,13 @@ enum class GenerationState: std::uint8_t
Finished,
};
struct PostProcessData
{
Scop::Vec2f inv_res;
std::int32_t underwater;
};
class World
{
public: