What problem does it solve? Building 3D experiences for the web involves hard choices about tooling, model optimization, scroll integration, and mobile performance, and mistakes lead to slow, broken pages. ## Core Features & Use Cases - 3D Stack Selection: Decision guidance for choosing between Spline, React Three Fiber, vanilla Three.js, and Babylon.js based on project needs. - 3D Model Pipeline: Covers GLB/GLTF format selection, polygon reduction, texture baking, and Draco/WebP compression via gltf-transform. - Scroll-Driven 3D: Patterns for scroll-linked camera movement, model rotation, and reveal effects using ScrollControls and GSAP ScrollTrigger. - Use Case: Build a product configurator page where a compressed GLB model loads with a progress indicator and rotates as the user scrolls, with reduced quality on mobile devices. ## Quick Start Ask the AI to build a scroll-driven 3D product viewer in React Three Fiber using an optimized GLB model with a loading indicator and mobile fallback.