oneshotlm
Compare all models on this prompt →

Rotating icosahedron · mimo-v2.5

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 · 8 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
The user wants a single-page web app with:
1. Full-screen Three.js scene
2. Rotating icosahedron
3. Two colored point lights
4. Orbit-style auto-rotation
5. Subtle starfield backgroundSince three.min.js is already present, I should use it and potentially OrbitControls. Let me check what files are available.
bash {"command":"ls /workspace/"}
toolResult

three.min.js

assistant
thinking
Good, three.min.js is available. I'll create a self-contained index.html that:

1. Loads three.min.js
2. Creates a full-screen scene
3. Has an icosahedron mesh with nice material
4. Two colored point lights (e.g., cyan and magenta/pink)
5. Auto-rotation like orbit controls (slow rotation around Y)
6. Starfield background with points geometryLet me write this.
write /workspace/index.html (4824 bytes)
toolResult

Successfully wrote 4824 bytes to /workspace/index.html

assistant
thinking
The file is written. Let me verify it exists.
bash {"command":"ls -la /workspace/index.html"}
toolResult

-rw-r--r-- 1 node node 5536 Jul 8 00:34 /workspace/index.html

assistant
thinking
Done! The index.html is created with all the requirements.

`index.html` is ready in the workspace. Here's what it contains: **Scene features:** - **Full-screen renderer** with ACES filmic tone mapping for a polished look - **Flat-shaded icosahedron** (detail 0) with a subtle metallic `MeshStandardMaterial` - **Two colored point lights** — cyan (`#00ccff`) and magenta (`#ff44aa`) — orbiting slightly on their own for added life - **Subtle starfield** — 1,500 points distributed on a large sphere with gentle opacity twinkle - **Orbit auto-rotation** — the camera slowly circles the icosahedron with a gentle vertical bob, and the icosahedron self-rotates on two axes - **Responsive** — handles window resize properly - **Zero external dependencies** — uses only the pre-provided `three.min.js`

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

modelmimo-v2.5
vendorXiaomi · MiMo
harnesspi-agent
generated2026-07-08

EVALUATION

3/5 working

Rotating icosahedron with colored point lights and faint starfield; rotation continues but drag/wheel/keys don't clearly alter interaction beyond rotation.

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 motion2.1%
on click2.3%
on drag5.5%
on wheel6.0%
on enter + space5.3%
on arrow keys4.5%
on w/a/s/d3.8%
frame spread63.9 / 255
console errors0
js errors none

METRICS

runtime21.3s
tokens in3.1k
tokens out2.0k
cached7.5k
cost / run$0.0010