From 545a77db1ce869a7f1a5afa71fe603c0b700567e Mon Sep 17 00:00:00 2001 From: Phu Date: Mon, 12 Jul 2021 11:18:48 -0700 Subject: [PATCH] add transient input sample --- hit-test-transient-input.html | 257 ++++++++++++++++++++++++++++++++++ index.html | 4 + 2 files changed, 261 insertions(+) create mode 100644 hit-test-transient-input.html diff --git a/hit-test-transient-input.html b/hit-test-transient-input.html new file mode 100644 index 00000000..33785cda --- /dev/null +++ b/hit-test-transient-input.html @@ -0,0 +1,257 @@ + + + + + + + + + + + + + Hit Test using transient input source + + +
+
+ Hit Test using input source +

+ This sample demonstrates use of hit testing using transient input source to place virtual objects on real-world surfaces. + Back +

+
+
+ + + diff --git a/index.html b/index.html index 4a99f2d8..3e3e6ab2 100644 --- a/index.html +++ b/index.html @@ -229,6 +229,10 @@

Sample Pages

path: 'hit-test.html', description: 'Demonstrates using the Hit Test API to place virtual objects on real-world surfaces.'}, + { title: 'Hit Test with transient input source', category: 'AR Basics', + path: 'hit-test-transient-input.html', + description: 'Demonstrates using the Hit Test API with transient source to place virtual objects on real-world surfaces.'}, + { tag: 'hr' }, { tag: 'br' },