Help Center

Knowledge Base

Find answers to frequently asked questions about our services, products, and processes.

Technical

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.

performanceoptimizationwebgl
1 views
Read article
Analytics & ROI

What kind of ROI can I expect from an AR campaign?

ROI varies by use case, but our clients typically see: 3-5x higher engagement rates compared to traditional digital ads, 40-65% participation rates at live events, 25-35% increase in social media mentions during AR campaigns, $55-105M in additive revenue per major music campaign, 2-4x longer dwell time at sponsored activations, and significant first-party data collection (email, preferences, behavior). We provide an ROI calculator during onboarding tailored to your specific goals and industry benchmarks.

roirevenuebenchmarks
4 views
Read article
Technical Implementation & WebXR

Can I create a performant 3D real estate viewer using only Vanilla JavaScript and Three.js?

Absolutely. Three.js with Vanilla JavaScript is a lightweight, dependency-free approach that produces highly performant 3D viewers. Load GLTF/GLB models with GLTFLoader, implement OrbitControls for navigation, and add environment maps for realistic material rendering. Without framework overhead (React, Vue, etc.), the initial bundle stays small and rendering performance is maximized — critical for mobile devices viewing heavy 3D property scenes.

three-jsvanilla-jsperformance
1 views
Read article