mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
better grass generation (integration to sunlight propagation algorithms)
This commit is contained in:
parent
c32da52104
commit
847a4227b8
3 changed files with 90 additions and 29 deletions
|
@ -310,7 +310,8 @@ public:
|
|||
// Updates all DAYNIGHT_CACHE_COUNT meshes
|
||||
void updateMeshes(s32 first_i=0);*/
|
||||
#endif // !SERVER
|
||||
|
||||
|
||||
// See comments in mapblock.cpp
|
||||
bool propagateSunlight(core::map<v3s16, bool> & light_sources);
|
||||
|
||||
// Copies data to VoxelManipulator to getPosRelative()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue