oneshotlm
Compare all models on this prompt →

Rotating icosahedron · kimi-k2.7-code

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
thinking
 Let me start by checking the current directory contents to confirm three.min.js is present, then create the index.html file.

bash {"command":"ls -la /workspace"}
toolResult

total 644 drwxrwxrwx 3 node node 96 Jul 8 00:33 . drwxr-xr-x 1 root root 4096 Jul 8 00:33 .. -rw-r--r-- 1 node node 603445 Jul 8 00:33 three.min.js

assistant

write /workspace/index.html (3968 bytes)
toolResult

Successfully wrote 3968 bytes to /workspace/index.html

assistant

Created `/workspace/index.html` — a self-contained full-screen Three.js scene with: - Rotating low-poly icosahedron (`MeshStandardMaterial`, flat shading) - Two colored point lights (magenta and cyan) + ambient fill - Auto-orbiting camera around the scene - Subtle starfield background using `THREE.Points` distributed on a spherical shell - Local `three.min.js` loaded via plain `<script src="three.min.js"></script>` No external/CDN resources used.

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

modelkimi-k2.7-code
vendorMoonshot · Kimi
harnesspi-agent
generated2026-07-08

EVALUATION

3/5 working

Rotating icosahedron with pink/blue point lights and starfield; rotates continuously but stays small and off-center.

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 motion3.0%
on click2.6%
on drag3.0%
on wheel2.3%
on enter + space2.2%
on arrow keys1.4%
on w/a/s/d1.3%
frame spread22.1 / 255
console errors0
js errors none

METRICS

runtime36.0s
tokens in2.7k
tokens out1.2k
cached2.4k
cost / run$0.0067