implement heightmap grid
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
}
|
||||
void flip();
|
||||
void create() { m_data = std::make_unique<uint8_t[]>(size()); }
|
||||
Image resize(int w, int h);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user