diff options
| author | JapaMala | 2011-10-18 00:39:54 +0530 |
|---|---|---|
| committer | JapaMala | 2011-10-18 00:39:54 +0530 |
| commit | ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0 (patch) | |
| tree | 59a4fa65b6439c04180baabf29d190d5e50cea2b /WorldSegment.h | |
| parent | 71e67bc744792d02f01cc882dc21a3be788996b6 (diff) | |
| download | stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.gz stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.bz2 stonesense-ee36fbd147e6f96a7c9b49f15ca1d55355e7c0d0.tar.xz | |
added preliminary functions to save volumetric data. Also fixed the large screenshot feature.
Signed-off-by: JapaMala <japa.mala.illo@gmail.com>
Diffstat (limited to 'WorldSegment.h')
| -rw-r--r-- | WorldSegment.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WorldSegment.h b/WorldSegment.h index 7cc3378..2a9b778 100644 --- a/WorldSegment.h +++ b/WorldSegment.h @@ -58,6 +58,7 @@ public: Block* getBlock(uint32_t index);
void addBlock(Block* b);
void drawAllBlocks();
+ void drawPixels();
bool CoordinateInsideSegment(uint32_t x, uint32_t y, uint32_t z);
};
|
