feat: multiple face rendering and geometry storing
This commit is contained in:
@@ -54,7 +54,7 @@ public:
|
||||
data_->push_back(value);
|
||||
}
|
||||
|
||||
std::vector<T> getData() const
|
||||
std::vector<T> getAllValues() const
|
||||
{
|
||||
return *data_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user