Miscellaneous changes (#3708)

* Add fov input for fisheye projections in launcher
* Updated gitignore to ignore more necessary files
* Fixed typos
* Replace `add_definitions` with `add_compile_options` in CMakeLists for /MP /bigobj, which are not preprocessor defs
* Fixes in TuioEar: add `override`; replace erroneous `unique_lock` with `lock_guard`; minor refactor

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
This commit is contained in:
Mathis Brossier
2025-06-14 16:12:44 +02:00
committed by GitHub
parent 430a93ddda
commit 28929da822
10 changed files with 66 additions and 47 deletions

View File

@@ -37,7 +37,7 @@ class Syncable;
/**
* Manages a collection of `Syncable`s and ensures they are synchronized over SGCT nodes.
* Encoding/Decoding order is handles internally.
* Encoding/Decoding order is handled internally.
*/
class SyncEngine {
public: