Quantcast
Jump to content


Adding Augmented Reality to your Websites


Recommended Posts

2020-07-16-int-card.png

Samsung Internet 12.1 Beta adds support for Augmented Reality — here’s how to try it out today

Last week we told you about our latest Beta, 12.1, which offers a host of quality-of-life improvements for end users. We’re also really glad to announce that with this beta we are also shipping modules for the WebXR Device API that enable Augmented Reality (AR) content to be built right in the browser: including the “hit test” module. Hit testing allows you to detect the position of the real world at a single point on the screen which can be used correctly position virtual objects in the real world.

One of the reasons we’re especially excited about this is because Samsung Internet have been playing a leadership role in developing the WebXR spec in W3C, along with many other companies and organizations.

You can try AR out for yourself using the XR Dinosaurs demo to place a dinosaur in your environment:

Step 1. Download the Samsung Internet Beta from the Play Store or the Galaxy Store:
Samsung Internet Browser Beta

Step 2. Go to https://xrdinosaurs.com and choose Augmented Reality

1*D-NA5joGoArlOnzhW_7_ww.jpeg?width=50%2

When you run this demo you will see this message, this means that the demo is able to place the virtual objects onto your environment but it cannot actually record the camera feed so you don’t have to worry about it recording what you are doing.

Step 3. Select a place on the floor to place the dinosaur

XR Dinosaurs was built by Brandon Jones (Tojiro) using THREE.js.XR Dinosaurs was built by Brandon Jones (Tojiro) using THREE.js.

Making your own AR Web Sites

This method of AR uses the Augmented Reality features of the WebXR Device API.

Here is a sample project you can use to help you get started:
A-Frame Hit Test Demo
*Remix to make your own augmented reality scenes.*hit-test.glitch.me

Snapshot of the sceneSnapshot of the scene

To make your own press the fish button then the remix on glitch button:

How to remix the appHow to remix the app

It shows a 3D object and some basic shapes around and lets the user reposition them as they need. You can then add interactivity or other models and 3D shapes to the scene.

Once the user enters VR a Reticle is used to select the location to place the objects. The hit-test API casts ray out from the center of the screen and works out that real world position and places the reticle there.

Once the user taps the screen it then places the objects in the scene.

If you want to hide an object in AR at the hide-in-ar-mode attribute. It will make objects in visible when AR gets turned on.

In the demo this has been done for the ‘a-sky’ element and the ‘world’ element. The world element contains the objects. When the user enters AR we make it invisible so it’s not floating in the air, we make it visible again once the user has selected the location.

I hope this helps you have fun adding Augmented Reality to your Websites. Please send us your feedback and let us know if you have any questions, either via Twitter or on our developer forum.

View the full blog at its source

Link to comment
Share on other sites



  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...





×
×
  • Create New...