Expose more ar config options

This commit is contained in:
Georg Hagen
2024-07-04 09:24:15 +02:00
parent 4af5dbd596
commit d5e0331525
2 changed files with 14 additions and 3 deletions

View File

@@ -55,6 +55,11 @@ namespace OpenVulkano::AR
struct ArSessionConfig
{
bool enableDepth = true;
bool autoFocus = true;
bool preferHDR = true;
bool sceneReconstruction = false;
bool planeDetection = false;
int preferredResolution = 0;
};
struct ArCreateResult