mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-01 09:08:49 -06:00
Feature/screenspace renderables (#830)
* Add ability to position screen space renderables in 3D * Independent face camera setting * More intuitive local rotation * Cleanup * Introduce global and master rotation. Remove DisableSceneOnMaster. Revisit screenspace renderables.
This commit is contained in:
committed by
Alexander Bock
parent
0dcf65ce4f
commit
e78121febc
@@ -85,7 +85,9 @@ struct Configuration {
|
||||
bool usePerSceneCache = false;
|
||||
|
||||
bool isRenderingOnMasterDisabled = false;
|
||||
bool isSceneTranslationOnMasterDisabled = false;
|
||||
glm::dvec3 globalRotation;
|
||||
glm::dvec3 screenSpaceRotation;
|
||||
glm::dvec3 masterRotation;
|
||||
bool isConsoleDisabled = false;
|
||||
|
||||
std::map<std::string, ghoul::Dictionary> moduleConfigurations;
|
||||
|
||||
Reference in New Issue
Block a user