Minetest 5.10.0-dev
 
Loading...
Searching...
No Matches
voxelalgorithms.h File Reference
#include "voxel.h"
#include "mapnode.h"
#include "util/container.h"
+ Include dependency graph for voxelalgorithms.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  voxalgo::VoxelLineIterator
 

Namespaces

namespace  voxalgo
 

Functions

void voxalgo::update_lighting_nodes (Map *map, const std::vector< std::pair< v3s16, MapNode > > &oldnodes, std::map< v3s16, MapBlock * > &modified_blocks)
 
void voxalgo::update_block_border_lighting (Map *map, MapBlock *block, std::map< v3s16, MapBlock * > &modified_blocks)
 
void voxalgo::blit_back_with_light (Map *map, MMVManip *vm, std::map< v3s16, MapBlock * > *modified_blocks)
 
void voxalgo::repair_block_light (Map *map, MapBlock *block, std::map< v3s16, MapBlock * > *modified_blocks)