diff --git a/examples/depth_ml.html b/examples/depth_ml.html new file mode 100644 index 0000000000..01f8a70c08 --- /dev/null +++ b/examples/depth_ml.html @@ -0,0 +1,16 @@ + +
+ + + + + + diff --git a/examples/realitytabs.html b/examples/realitytabs.html index 07cb1d4d36..dd9145ac4b 100644 --- a/examples/realitytabs.html +++ b/examples/realitytabs.html @@ -74,6 +74,10 @@ name: 'Image tracking', url: 'imagetracking_ml.html', }, + { + name: 'Depth population', + url: 'depth_ml.html', + }, { name: 'Microphone', url: 'microphone.html', @@ -2258,10 +2262,10 @@ renderer.vr.setDevice(display); renderer.vr.setAnimationLoop(animate); - if (window.browser && window.browser.magicleap) { + /* if (window.browser && window.browser.magicleap) { window.browser.magicleap.RequestDepthPopulation(true); renderer.autoClearDepth = false; - } + } */ _openUrl('tutorial.html'); _updateRigLists();