Commit 9c47ce47 authored by Luis G Garcia's avatar Luis G Garcia Committed by Commit Bot

WebXR: Add camera-access-barebones.html to proposal page.

Change-Id: I365392ad1496169e721f2cb2320aea25048c2024
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356189Reviewed-by: default avatarPiotr Bialecki <bialpio@chromium.org>
Commit-Queue: Luis Garcia <luisggarcia@google.com>
Cr-Commit-Position: refs/heads/master@{#798152}
parent 4159b707
...@@ -126,6 +126,10 @@ ...@@ -126,6 +126,10 @@
{ title: 'AR Lighting estimation', category: 'Phone AR', { title: 'AR Lighting estimation', category: 'Phone AR',
path: 'lighting-estimation.html', path: 'lighting-estimation.html',
description: 'Demonstrates using the Lighting Estimation feature.' }, description: 'Demonstrates using the Lighting Estimation feature.' },
{ title: 'AR Camera Access', category: 'Phone AR',
path: 'camera-access-barebones.html',
description: 'Demonstrates using the Camera Access feature to obtain and use a camera ' +
'image texture.' },
]; ];
let mainElement = document.getElementById("main"); let mainElement = document.getElementById("main");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment