v1.2.0 · Metaverse Media s.r.o.

Axivue 3D Viewer

Share 3D models and 360° panoramas directly on your website.

No installation. Just embed an iframe.

▶ Live Demo How to Embed

3D Model — Live Demo

Rotate the model, zoom in, explore. The entire viewer runs in your browser.

What Axivue Can Do

 

🎮

3D Models

Supports GLB and GLTF. Physically-based rendering (PBR), dynamic shadows, HDR skybox and animations.

🌐

360° Panoramas

Equirectangular panoramas in JPG, PNG and HDR. Smooth mouse and touch navigation.

📱

AR Viewing

On Android, view the model in augmented reality right in your space. Share via QR code — the customer opens the link on mobile without a customer account.

🔗

Easy Embedding

Embed the viewer into any page with a single line of HTML — <iframe>.

🔧

Admin Panel

Clean management of models, users, cache and logs — all from your browser.

🔒

Security

Optional viewer authentication, CSRF protection, proxy for safely loading external models.

How to Embed the Viewer

 

1
Upload your model

Copy your .glb file to the storage/models/ directory on the server.

2
Copy the code

Paste the iframe tag into your HTML page — just adjust the snippet below.

3
Done

The model loads automatically. No further configuration required.

Embedding example
<iframe
    src="https://axivue.viewpoint360.eu/viewer/?model=your-model"
    width="100%" height="500"
    style="border:none; border-radius:8px;"
    allow="xr-spatial-tracking; camera">
</iframe>
View detailed embedding guide →