What problem does it solve? Designs often need a premium planetary or orbital data-globe visual, but hand-rolling a WebGL particle system with correct shaders, geometry distribution, and cleanup is error-prone and time-consuming. ## Core Features & Use Cases - Layered Particle Globe: Generates a dense luminous spherical core plus a thinner tilted orbital ring using separate particle populations in a single BufferGeometry. - Custom GLSL Shaders: Circular point sprites with depth falloff, breathing animation, and brand-accent color mixing keep particles crisp and cinematic. - Production-Ready Lifecycle: Handles resize, pointer parallax, prefers-reduced-motion, DPR capping, and full disposal of geometry, material, renderer, listeners, and RAF. - Use Case: Add a hero-section globe to a dark landing page where the ring accent color derives from the site's primary brand color, with gentle mouse-driven drift. ## Quick Start Ask the AI to add a globe particle visualization to the hero section using the brand's primary accent color.