Beispiel #1
0
 public static void UpdateSceneUnderstandingProgress()
 {
     SRWorkModule_API.GetSceneUnderstandingProgress(ref ScUndProcessingProgressBar);
     if (ScUndProcessingProgressBar == 100)
     {
         IsExportingSceneUnderstandingInfo = false;
         ViveSR_RigidReconstructionRenderer.EnableSector = ReconstructionSectorSetting;
     }
 }