feat: multiple face rendering and geometry storing

This commit is contained in:
parker
2025-07-07 19:03:50 +01:00
parent a14c9e973c
commit 504eb58fe4
6 changed files with 64 additions and 26 deletions

View File

@@ -54,7 +54,7 @@ public:
data_->push_back(value);
}
std::vector<T> getData() const
std::vector<T> getAllValues() const
{
return *data_;
}