Rotating icosahedron · qwen3-vl-30b-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 · 4 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 HTML file that uses three.min.js to render a full-screen scene with a rotating icosahedron, two colored point lights, orbit-style auto-rotation, and a starfield background.
index.html (4194 bytes)Successfully wrote 4194 bytes to index.html
I've created a complete HTML file that renders a full-screen scene with the requested elements: 1. A rotating icosahedron in green color 2. Two colored point lights (red and blue) positioned on opposite sides 3. Orbit-style auto-rotation where the camera rotates around the icosahedron 4. A subtle starfield background with 2000 randomly placed stars 5. Full-screen rendering with proper window resizing The scene uses three.min.js for rendering, and all code is self-contained in a single index.html file without any external dependencies or network requests. The icosahedron rotates smoothly while the camera orbits around it, creating a dynamic visual effect.
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
A dark green flat-shaded icosahedron slowly orbits against a faint starfield, but lighting/colors are barely visible, appearing nearly monochrome and unlit.
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.