oneshotlm
Compare all models on this prompt →

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.

⛨ sandboxed Open in new tab ↗
transcript · 6 messages
user

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.

assistant

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

bash {"command":"ls -la three.min.js"}
toolResult

-rw-r--r--. 1 node node 603445 Aug 1 18:01 three.min.js

assistant

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:

write index.html (3147 bytes)
toolResult

Successfully wrote 3147 bytes to index.html

assistant

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

modelqwen3-next-80b-a3b-instruct
vendorQwen
harnesspi-agent
generated2026-08-01

EVALUATION

2/5 partial

Rotating sphere with green/red point lights and starfield, but icosahedron edges aren't visible—looks like a smooth glowing ball.

off-prompt

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.

idle motion1.1%
on click2.9%
on drag3.2%
on wheel2.7%
on enter + space2.6%
on arrow keys2.1%
on w/a/s/d2.6%
frame spread12.2 / 255
console errors0
js errors none

METRICS

runtime8.0s
tokens in5.9k
tokens out1.2k
cached0
cost / run$0.0020