Build a first-person 3D web scene in Three.js where the user can freely move through an environment using WASD keys and mouse look (pointer lock). The scene should include a visible ground plane, at least one object to navigate around, a skybox or ambient lighting, and smooth movement physics that handle frame-rate variance and window resize
738ac09 verified