added new option to modulate brightness for LGlyphLayer

This commit is contained in:
2024-05-23 22:45:11 +02:00
parent 650a245f0a
commit e53a934212
7 changed files with 80 additions and 9 deletions

View File

@@ -33,9 +33,10 @@ int main() {
auto l = new LGlyphLayer(uvGrid, std::move(kernelRK4BoundaryChecked));
l->spoofPoints();
l->setDt(DT);
l->cycleGlyphStyle();
unique_ptr<Program> program = make_unique<Program>(DT);
program->addLayer(new BackgroundImage(dataPath + "/map_661-661.png"));
program->addLayer(new BackgroundImage(dataPath + "/map_qgis.png"));
// program->addLayer(new EGlyphLayer(uvGrid));
program->addLayer(new EColLayer(uvGrid));
program->addLayer(l);