mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 22:53:35 +00:00
adding post process and AO
This commit is contained in:
@@ -22,6 +22,13 @@ enum class GenerationState: std::uint8_t
|
||||
Finished,
|
||||
};
|
||||
|
||||
struct PostProcessData
|
||||
{
|
||||
Scop::Vec2f inv_res;
|
||||
std::int32_t underwater;
|
||||
};
|
||||
|
||||
|
||||
class World
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user