Move your head to look around a layered 3D scene. Your face position drives head-coupled perspective — like looking through a window.
// parallax
// cube scale
Your webcam tracks your face position and translates it into head-coupled perspective — the screen becomes a window into a layered 3D scene. Move your head left and the scene shifts to reveal what's on the right, lean closer and layers spread apart.
Uses MediaPipe Face Detection running entirely in-browser via TensorFlow.js. Each scene is composed of procedurally generated parallax layers with different depth multipliers, creating a convincing illusion of depth without WebGL or 3D engines.
// controls