... | ... | @@ -190,7 +190,7 @@ const onXRFrame = (time, frame) => { |
|
|
session.requestAnimationFrame(onXRFrame);
|
|
|
```
|
|
|
|
|
|
## Cube Demo results
|
|
|
## Cube Demo result
|
|
|
Navigate to the webpage you created from your device. You should be able to view a colored cube from all sides.
|
|
|
|
|
|

|
... | ... | @@ -305,7 +305,7 @@ session.addEventListener("select", (event) => { |
|
|
});
|
|
|
```
|
|
|
|
|
|
## Tap to Place results
|
|
|
## Tap to Place result
|
|
|
Use your mobile device to navigate to the page. After WebXR builds an understanding of the environment, the reticle should appear on real-world surfaces. Tap the screen to place a sunflower, which can be viewed from all sides.
|
|
|
|
|
|

|
... | ... | |