Update display settings 2017 12 6 authored by Ali Can Demiralp's avatar Ali Can Demiralp
......@@ -2,7 +2,7 @@ Consider 4 types of configurations that cascade upon each other, similar to CSS.
1 Phoenix Library Settings
- Contains defaults for ALL settings, built into the library.
- Is code.
- Is library code.
- Is necessary.
- Example: Phoenix by default launches itself on a 1024x768 window.
......@@ -14,7 +14,7 @@ Consider 4 types of configurations that cascade upon each other, similar to CSS.
3 Application Specific Settings
- Overrides 2, applies to a particular Phoenix application.
- Is code.
- Is application code.
- Is optional.
- Example use case: PLI viewer should only run on a Window, not an HMD.
......
......