mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-28 07:59:37 -06:00
do a unit test on the LM algorithm and save the data to .csv
This commit is contained in:
@@ -136,6 +136,7 @@ TouchModule::TouchModule()
|
||||
for (const TuioCursor& c : list) {
|
||||
lastProcessed.push_back(std::make_pair(c.getSessionID(), c.getPath().back()));
|
||||
}
|
||||
touch->unitTest();
|
||||
touch->step(OsEng.windowWrapper().deltaTime());
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user