Knowledge Base
Find answers to frequently asked questions about our services, products, and processes.
How does Augmento ensure AR experiences perform well on all devices?
Performance is critical for AR. Augmento uses several optimization strategies: automatic 3D model compression and LOD generation, adaptive quality scaling based on device GPU capabilities, lazy loading of assets (only downloading what the user needs), edge-cached CDN delivery for sub-100ms asset loading, efficient WebGL rendering pipelines, and frame rate monitoring with automatic quality fallbacks. We target 60fps on mid-range devices from the last 3 years.
Can I view a 3D real estate walkthrough natively on a standard web browser?
Yes. Most modern 3D property tours are built with WebGL and increasingly WebXR, both of which run natively in Chrome, Safari, Firefox, and Edge without any plugins or downloads. The industry specifically optimizes for browser-based delivery to reduce friction — requiring a separate app installation dramatically lowers viewer engagement rates.
How to optimize a large 3D real estate Gaussian Splat model to load faster on mobile browsers?
Gaussian Splatting models can be massive. Optimize by: reducing splat count through decimation while preserving visual quality, implementing level-of-detail (LOD) streaming that loads nearby detail first, compressing the point cloud data with quantization, and using progressive loading so users see a coarse preview within seconds while full detail streams in the background. Three.js and custom WebGL shaders are the primary tools for browser-based splat rendering.