A Virtual Reality scene made with A-Frame
-
First download a GLTF scene model. You can grab one from sketchfab. Also download a GLTF model for one or more characters.
-
Input the path for the models at the
src
parameter on<a-asset-item>
. You can load more the one asset item by following the sample code. -
Open up the index.html on a browser that supports WebXR and A-Frame.
-
Play around with the position and scale properties.
-
Add collision;
-
Add multiplater support;
-
Add audio capabilities;