1. Create a model
- Log in to the Meshless dashboard.
- Click New Model.
- Drag your
.glbor.gltffile into the upload zone. - Set a display name and optional thumbnail.
- Click Encode.
2. Copy the embed code
Once encoding is complete, open the model and click Embed.
3. Paste into your page
Use the Meshless embed runtime on embed.meshless.io:
<script
src="https://embed.meshless.io/v1.js"
data-model="your-model-id"
style="width:100%;aspect-ratio:1"
></script>
The viewer is responsive and respects the width of its container.
What's next?
- Uploading Models - file requirements, plan limits, and encoding details
- Embed Options - coming soon