From 34417441c116950088471f36dc64e16d4cbb9295 Mon Sep 17 00:00:00 2001
From: Avaer Kazmer
Date: Sun, 13 Jan 2019 21:06:52 -0500
Subject: [PATCH 1/4] Add depth ml depth population example
---
examples/depth_ml.html | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 examples/depth_ml.html
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 @@
+
+
+
+
+
+
+
+
From 86e0c49910d5d5a07b1d1c94606d6489df21b781 Mon Sep 17 00:00:00 2001
From: Avaer Kazmer
Date: Sun, 13 Jan 2019 21:08:01 -0500
Subject: [PATCH 2/4] Add depth population example to reality tabs links list
---
examples/realitytabs.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/examples/realitytabs.html b/examples/realitytabs.html
index 07cb1d4d36..ce6162b1de 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.html',
+ },
{
name: 'Microphone',
url: 'microphone.html',
From 06ef37a86628267afe7f6ddf7807bdd9a315be85 Mon Sep 17 00:00:00 2001
From: Avaer Kazmer
Date: Sun, 13 Jan 2019 21:08:59 -0500
Subject: [PATCH 3/4] Disable reality tabs root depth population
---
examples/realitytabs.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/realitytabs.html b/examples/realitytabs.html
index ce6162b1de..11d33108ec 100644
--- a/examples/realitytabs.html
+++ b/examples/realitytabs.html
@@ -2262,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();
From f2903762fecd33fcaa6e2e865327104b56779bd4 Mon Sep 17 00:00:00 2001
From: Avaer Kazmer
Date: Mon, 14 Jan 2019 02:37:02 +0000
Subject: [PATCH 4/4] Bugfix reality tabs depth poupulation link url
---
examples/realitytabs.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/realitytabs.html b/examples/realitytabs.html
index 11d33108ec..dd9145ac4b 100644
--- a/examples/realitytabs.html
+++ b/examples/realitytabs.html
@@ -76,7 +76,7 @@
},
{
name: 'Depth population',
- url: 'depth.html',
+ url: 'depth_ml.html',
},
{
name: 'Microphone',