|
@@ -1,30 +0,0 @@
|
|
|
-return {
|
|
|
- summary = 'Types of VR headsets.',
|
|
|
- description = 'Types of headsets LÖVR recognizes.',
|
|
|
- values = {
|
|
|
- {
|
|
|
- name = 'vive',
|
|
|
- description = 'HTC Vive.'
|
|
|
- },
|
|
|
- {
|
|
|
- name = 'rift',
|
|
|
- description = 'Oculus Rift.'
|
|
|
- },
|
|
|
- {
|
|
|
- name = 'go',
|
|
|
- description = 'Oculus Go.'
|
|
|
- },
|
|
|
- {
|
|
|
- name = 'gear',
|
|
|
- description = 'Gear VR.'
|
|
|
- },
|
|
|
- {
|
|
|
- name = 'windowsmr',
|
|
|
- description = 'A Windows Mixed Reality headset.'
|
|
|
- },
|
|
|
- {
|
|
|
- name = 'unknown',
|
|
|
- description = 'An unknown headset.'
|
|
|
- }
|
|
|
- }
|
|
|
-}
|