I have a fresh project. I'll create a simple rotating 3D cube using React Three Fiber.
This creates a simple 3D rotating cube using React Three Fiber. The cube rotates continuously on both the X and Y axes using useFrame for smooth animation. It's rendered with standard material lighting (ambient + directional) against a dark background.