mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Made dark places tint slightly in blue
This commit is contained in:
parent
8993d9dd83
commit
d67cef0eb7
3 changed files with 36 additions and 16 deletions
|
@ -121,6 +121,9 @@ private:
|
|||
core::array<PreMeshBuffer> m_prebuffers;
|
||||
};
|
||||
|
||||
// Helper functions
|
||||
video::SColor MapBlock_LightColor(u8 alpha, u8 light);
|
||||
|
||||
class MapBlock;
|
||||
|
||||
struct MeshMakeData
|
||||
|
@ -137,6 +140,7 @@ struct MeshMakeData
|
|||
void fill(u32 daynight_ratio, MapBlock *block);
|
||||
};
|
||||
|
||||
// This is the highest-level function in here
|
||||
scene::SMesh* makeMapBlockMesh(MeshMakeData *data);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue