lovr.headset.getFoveation
EditReturns the current foveation settings, previously set by lovr.headset.setFoveation.'
level, dynamic = lovr.headset.getFoveation()Arguments
None
Returns
| Name | Type | Description |
| level | FoveationLevel | The foveation level (or the maximum level when dynamic foveation is active). |
| dynamic | boolean | Whether dynamic foveation is active, allowing the system to reduce foveation based on GPU load. |
Notes
Foveation is disabled by default.