Share 3D models and 360° panoramas directly on your website.
No installation. Just embed an iframe.
Rotate the model, zoom in, explore. The entire viewer runs in your browser.
Supports GLB and GLTF. Physically-based rendering (PBR), dynamic shadows, HDR skybox and animations.
Equirectangular panoramas in JPG, PNG and HDR. Smooth mouse and touch navigation.
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.
Embed the viewer into any page with a single line of HTML — <iframe>.
Clean management of models, users, cache and logs — all from your browser.
Optional viewer authentication, CSRF protection, proxy for safely loading external models.
Copy your .glb file to the storage/models/ directory on the server.
Paste the iframe tag into your HTML page — just adjust the snippet below.
The model loads automatically. No further configuration required.
<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>