add basic heightmaps generator optimization

This commit is contained in:
MihailRis
2024-08-18 00:08:36 +03:00
parent 8c0a3f4260
commit 8fb0f6a1bb
5 changed files with 74 additions and 12 deletions
+2
View File
@@ -27,6 +27,8 @@ public:
void resize(uint width, uint height, InterpolationType interpolation);
void crop(uint srcX, uint srcY, uint dstWidth, uint dstHeight);
uint getWidth() const {
return width;
}