Changes
Page history
Update display settings 2017 12 6
authored
Dec 06, 2017
by
Ali Can Demiralp
Hide whitespace changes
Inline
Side-by-side
display-settings-2017-12-6.md
View page @
2e4b7114
...
...
@@ -25,7 +25,10 @@ Consider 4 types of configurations that cascade upon each other, similar to CSS.
-
Example use case: I really know what I'm doing and I want to test the PLI viewer with an HMD.
Cascading:
-
Phoenix Library Settings : {a: 1, b: 2, c: 3}
-
Machine Specific Settings : {a: 42} -> {a: 42, b: 2 , c: 3}
-
Application Specific Settings: {b: 63} -> {a: 42, b: 63, c: 3}
-
User Specific Settings : {a: 84, c: 21} -> {a: 84, b: 63, c: 21}
\ No newline at end of file
| Setting Type | Effect | Cascaded Result |
| ------------- | ------------------ | --------------------- |
| Library | {a: 1, b: 2, c: 3} | {a: 1, b: 2, c: 3} |
| Machine | {a: 42} | {a: 42, b: 2 , c: 3} |
| Application | {b: 63} | {a: 42, b: 63, c: 3} |
| User | {a: 84, c: 21} | {a: 84, b: 63, c: 21} |
\ No newline at end of file