mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 08:51:26 -06:00
adding remotecontroller class, changes to CMake to include it and (temporary) functionality to use it, should be declared in CFG file
This commit is contained in:
@@ -350,6 +350,9 @@ bool OpenSpaceEngine::initialize() {
|
||||
//_interactionHandler.setMouseController(new interaction::TrackballMouseController);
|
||||
_interactionHandler->setMouseController(new interaction::OrbitalMouseController);
|
||||
|
||||
//@TODO fix this -JK
|
||||
_interactionHandler->setRemoteController(new interaction::RemoteController);
|
||||
|
||||
// Run start up scripts
|
||||
runStartupScripts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user