Metaspace

Open this page in a metaspace browser

.mtsp



Metaspace hosting standard

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.



Sample index.mtsp file

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"


Content definitions

#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


Considerations

Visit GitHub