Support layer and interaction transparancy. Refs #1

This commit is contained in:
2018-04-05 16:08:58 +02:00
parent 21fdc45e65
commit 3e4452ca3a
12 changed files with 114 additions and 12 deletions

View File

@@ -59,8 +59,8 @@ int main(int argc, char *argv[])
// Prepare data for simulations
Options options = Options::parse(argc, argv);
loadSimulationData(options);
RenderingState::instance().loadOptions(options);
loadSimulationData(options);
// Register callbacks
glutReshapeFunc(changeWindowSize);