You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small TODO: when frontend can again report which eye is active, get that info to determine which files to load. Zhe current hack is just for getting it to compile: bool rightEye = false;
The text was updated successfully, but these errors were encountered:
Who tells the frontend which eye is currently rendered? Is there one MegaMol process per eye? Then we can put the active eye into the GlobalValueStore. The powerwall used to do this:
Small TODO: when frontend can again report which eye is active, get that info to determine which files to load. Zhe current hack is just for getting it to compile:
bool rightEye = false;
The text was updated successfully, but these errors were encountered: