Open this page in a metaspace browser
The open standard for the three-dimensional web.
By default, a regular web browser navigates to the index.html
of a website.
A metaspace browser instead responds to the index.mtsp
if available.
Below is a sample index.mtsp
file, hosted alongside this current page.
#METASPACE_HOST
#METASPACE_VERSION:1
#METASPACE_NAME:"Untitled"
#METASPACE_PREVIEW_PATH:"preview.jpg"
#METASPACE_3D_PATH:"file.usdz"
#METASPACE_HOST
- must be present
#METASPACE_VERSION
- mtsp version number
#METASPACE_NAME
- name of experience
#METASPACE_PREVIEW_PATH
- relative path to image preview
#METASPACE_3D_PATH
- relative path to 3D file
.mtsp
file format is formatted in a similar way to .m3u8
playlist files..jpg
for loading efficiency..usdz
, as it is compatible with all involved XR systems.Visit GitHub