Expose more ar config options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user