Backlight for tranparent blocks

This commit is contained in:
MihailRis
2023-11-22 18:58:40 +03:00
parent d2c87f4ba5
commit b472626d8d
5 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ public:
std::shared_ptr<Chunk> get(int x, int z) const;
void store(std::shared_ptr<Chunk> chunk);
void remove(int x, int y);
void getVoxels(VoxelsVolume* volume) const;
void getVoxels(VoxelsVolume* volume, bool backlight=false) const;
std::shared_ptr<Chunk> create(int x, int z);
light_t getLight(int x, int y, int z, ubyte channel) const;