We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ff76f commit 023f09fCopy full SHA for 023f09f
1 file changed
shared/XrUtility/XrSceneUnderstanding.h
@@ -45,7 +45,7 @@ namespace xr {
45
computeInfo.bounds.frustums = bounds.frustumBounds.data();
46
computeInfo.bounds.sphereCount = static_cast<uint32_t>(bounds.sphereBounds.size());
47
computeInfo.bounds.spheres = bounds.sphereBounds.data();
48
- computeInfo.disableInferredSceneObjects = false;
+ computeInfo.disableInferredSceneObjects = disableInferredSceneObjects;
49
CHECK_XRCMD(extensions.xrComputeNewSceneMSFT(sceneObserver, &computeInfo));
50
}
51
0 commit comments