oneshotlm
Compare all models on this prompt →

3D solar system · seed-2-1-turbo

Using the pre-provided three.min.js (global THREE), build a 3D solar system with the sun and orbiting planets at varied speeds and sizes, orbit-drag camera controls, and a starfield.

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

Using the pre-provided three.min.js (global THREE), build a 3D solar system with the sun and orbiting planets at varied speeds and sizes, orbit-drag camera controls, and a starfield.

assistant
thinking
I'll build a 3D solar system with Three.js using the given library, and use a single HTML file.Required features for the 3D solar system have been confirmed, and the next step is to check if the required Three.js file exists in the current directory.
bash {"command":"ls -la /tmp/ws/three.min.js"}
toolResult

-rw-r--r--. 1 node node 603445 Aug 13 01:33 /tmp/ws/three.min.js

assistant
thinking
three.min.js exists.I'll create a self-contained HTML file with a full 3D solar system including the sun, multiple planets, starfield background, and manual OrbitControls since no CDN is available.
write /tmp/ws/index.html (13591 bytes)
toolResult

Successfully wrote 13591 bytes to /tmp/ws/index.html

assistant
thinking
Verify file validity.
bash {"command":"ls -la /tmp/ws/index.html && head -5 /tmp/ws/index.html && echo \"...\" && tail -5 /tmp/ws/index.html"}
toolResult

-rw-r--r--. 1 node node 13591 Aug 13 01:34 /tmp/ws/index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> ... animate(); })(); </script> </body> </html>

assistant
thinking
File is created, will summarize builds.

Created `/tmp/ws/index.html` — a self-contained 3D solar system using the pre-provided `three.min.js`. **Features:** - **Sun** with pulsing core and layered additive glow - **8 planets** (Mercury → Neptune) with varied sizes, orbital distances, speeds, colors, and axial tilts - **Saturn's rings** and **Earth's moon** as extras - **Orbit lines** for each planet - **5000-star starfield** with color variation (white/blue/yellow) on a large sphere - **Orbit-drag camera controls**: left-drag rotates, right-drag pans, scroll zooms, plus touch pinch/rotate support - **Ambient + point light** from the sun - Smooth animation loop with planet self-rotation and orbital motion No external resources — everything is inline and uses only the local `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

modelseed-2-1-turbo
vendorByteDance · Seed
harnesspi-agent
generated2026-08-13

EVALUATION

4/5 working

3D solar system with sun, orbiting planets, starfield, and orbit-drag/wheel camera controls all responsive.

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.0%
on click2.3%
on drag2.5%
on wheel7.0%
on enter + space4.4%
on arrow keys2.6%
on w/a/s/d3.4%
frame spread26 / 255
console errors0
js errors none

METRICS

runtime78.8s
tokens in17k
tokens out5.2k
cached11k
cost / run$0.0160