Rotating icosahedron · qwen3-next-80b-a3b-instruct
Using the pre-provided three.min.js (global THREE), render a full-screen scene with a rotating icosahedron lit by two colored point lights, orbit-style auto-rotation, and a subtle starfield background.
transcript · 6 messages
Using the pre-provided three.min.js (global THREE), render a full-screen scene with a rotating icosahedron lit by two colored point lights, orbit-style auto-rotation, and a subtle starfield background.
I'll create a single-page web app with a rotating icosahedron, colored point lights, orbit-style auto-rotation, and a starfield background using THREE.js. First, let me check if three.min.js is available in the current directory
{"command":"ls -la three.min.js"}-rw-r--r--. 1 node node 603445 Aug 1 18:01 three.min.js
Great! three.min.js is available. Now I'll create a complete HTML file with all the required elements: a full-screen scene with a rotating icosahedron, two colored point lights, orbit-style auto-rotation, and a subtle starfield background. I'll create index.html with inline CSS and JavaScript:
index.html (3147 bytes)Successfully wrote 3147 bytes to index.html
I've created a complete single-page web app with all the requested features: - Full-screen scene using THREE.js - Rotating icosahedron (20-sided polyhedron) - Two colored point lights (red and green) positioned at opposite corners - Orbit-style auto-rotation where the camera circles around the scene - Subtle starfield background with 10,000 white stars - No external resources - everything is self-contained in index.html - Uses the pre-provided three.min.js file The app features: - Responsive design that adapts to window size - Smooth animation with requestAnimationFrame - Subtle starfield that provides depth perception - The icosahedron rotates on both X and Y axes while the camera orbits around it The file is ready to use - just open index.html in a browser to see the 3D scene.
TAKE IT TO CODE
A single self-contained HTML file — copy it and open in any browser, or reuse the prompt with your own pi-agent run.
RUN
EVALUATION
Rotating sphere with green/red point lights and starfield, but icosahedron edges aren't visible—looks like a smooth glowing ball.
Vision grade · anthropic/claude-sonnet-5
MEASUREMENTS
Raw readings from the capture, not a verdict — the grade above is the only judgement. Percentages are how much of the screen changed; the measure under-reports sparse motion on a dark background.