WebXR Perlin Noise Blob

This is a ThreeJS demo that has been added to a WebXR scene.

Blob GIF

Original Codepen Demo by Faris K

NoiseJS

WebXR Template

Glitch Demo

Packaging with XRPackage

Follow the instructions at the Webaverse documentation to bundle this WebXR scene into an XRPackage.

You'll need to create a manifest.json file that looks like:

{
  "name": "XRPackage Tutorial",
  "description": "My first XRPackage",
  "xr_type": "webxr-site@0.0.1",
  "start_url": "index.html"
}

to get started. More details on how to automatically generate this and further steps are at the provided link.