feat: particle aging

This commit is contained in:
2024-05-20 00:07:14 +02:00
parent 25d347cf35
commit 650a245f0a
5 changed files with 52 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ int main() {
cout << "Starting vtk..." << endl;
auto l = new LGlyphLayer(uvGrid, std::move(kernelRK4BoundaryChecked));
// l->spoofPoints();
l->spoofPoints();
l->setDt(DT);
unique_ptr<Program> program = make_unique<Program>(DT);