terrain virtual texture atlas

This commit is contained in:
Turánszki János
2022-10-04 18:55:24 +02:00
parent e0db197981
commit 1f0f13bd28
4 changed files with 284 additions and 99 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace wi::version
// minor features, major updates, breaking compatibility changes
const int minor = 71;
// minor bug fixes, alterations, refactors, updates
const int revision = 68;
const int revision = 69;
const std::string version_string = std::to_string(major) + "." + std::to_string(minor) + "." + std::to_string(revision);