Changes
Page history
Update display settings 2017 12 6
authored
Dec 06, 2017
by
Ali Can Demiralp
Show whitespace changes
Inline
Side-by-side
display-settings-2017-12-6.md
View page @
c708c221
...
@@ -24,7 +24,7 @@ Consider 5 types of configurations that cascade upon each other, similar to CSS.
...
@@ -24,7 +24,7 @@ Consider 5 types of configurations that cascade upon each other, similar to CSS.
-
Is optional.
-
Is optional.
-
Example use case: PLI viewer should only run on a Window, not an HMD.
-
Example use case: PLI viewer should only run on a Window, not an HMD.
5 Application
User-Defined
Settings
5 Application
Custom
Settings
-
Overrides 4, applies to a particular instance of Phoenix application.
-
Overrides 4, applies to a particular instance of Phoenix application.
-
Is a file residing in the application directory.
-
Is a file residing in the application directory.
-
Is optional (but auto-generated on launch if requested by 1/2/3).
-
Is optional (but auto-generated on launch if requested by 1/2/3).
...
@@ -33,9 +33,9 @@ Consider 5 types of configurations that cascade upon each other, similar to CSS.
...
@@ -33,9 +33,9 @@ Consider 5 types of configurations that cascade upon each other, similar to CSS.
Cascading:
Cascading:
| Setting Type | Effect | Cascaded Result |
| Setting Type | Effect | Cascaded Result |
| -------------------
-----
| ------------------ | ----------------------- |
| ------------------- | ------------------ | ----------------------- |
| Library Default | {a: 1, b: 2, c: 3} | {a: 1, b: 2, c: 3} |
| Library Default | {a: 1, b: 2, c: 3} | {a: 1, b: 2, c: 3} |
| Machine | {a: 42} | {a: 42, b: 2 , c: 3} |
| Machine | {a: 42} | {a: 42, b: 2 , c: 3} |
| User | {b: 63} | {a: 42, b: 63, c: 3} |
| User | {b: 63} | {a: 42, b: 63, c: 3} |
| Application Default | {c: 84} | {a: 42, b: 63, c: 84} |
| Application Default | {c: 84} | {a: 42, b: 63, c: 84} |
| Application User-Defined | {a: 105, c: 126} | {a: 105, b: 63, c: 126} |
| Application Custom | {a: 105, c: 126} | {a: 105, b: 63, c: 126} |
\ No newline at end of file
\ No newline at end of file