Hoverboards
Hoverboards are rideable NFTs you can use to speed around the map. Surf the internet in style! You can accelerate pretty fast on these baords, someday there may be ramps for you to jump from too.
All you need is a glTF file to stand on, and a manifest.json in order to build the XRPK. Below is an example manifest.json for the hoverboard.
{
"name": "hoverboard",
"description": "Hoverboard XRPackage",
"xr_type": "webxr-site@0.0.1",
"start_url": "hoverboard.glb",
"components": [
{
"type": "sit",
"subtype": "stand",
"sitOffset": [0, 0.7, 0],
"speed": 0.01,
"damping": 0.99
},
{
"type": "effect",
"effects": [
{
"type": "fire",
"position": [0, 0.45, -1],
"quaternion": [-0.4999999999999999, -0.4999999999999999, -0.4999999999999999, 0.4999999999999999]
}
]
}
]
}
There's no drag and drop web UI for minting hoverboards yet so you'll have to build it yourself. The instructions for that are here if you're comfortable with command line. If not, there's a web UI here: https://app.webaverse.com/build.html.