added new option to modulate brightness for LGlyphLayer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user