Merge pull request #41 from ynput/enhancement/OP-7075_Validate-Camera-Attributes

This commit is contained in:
Milan Kolar 2024-02-22 18:12:25 +01:00 committed by GitHub
commit c5b4e7062a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 169 additions and 1 deletions

View file

@ -56,6 +56,16 @@
"enabled": false,
"attributes": {}
},
"ValidateCameraAttributes": {
"enabled": true,
"optional": true,
"active": false,
"fov": 45.0,
"nearrange": 0.0,
"farrange": 1000.0,
"nearclip": 1.0,
"farclip": 1000.0
},
"ValidateLoadedPlugin": {
"enabled": false,
"optional": true,