oneshotlm
Compare all models on this prompt →

Rotating icosahedron · qwen3.5-397b-a17b

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 · 4 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 me to create a single-page web app using three.js that:
1. Renders a full-screen scene
2. Has a rotating icosahedron
3. Lit by two colored point lights
4. Orbit-style auto-rotation
5. Subtle starfield background

I need to use the pre-provided three.min.js file with a plain `<script src="three.min.js"></script>` tag.

Let me create the index.html file with all the CSS and JS inline.
write /tmp/ws/index.html (4970 bytes)
toolResult

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

assistant
thinking
I've created the index.html file with all the required features:

1. Full-screen scene with proper CSS reset
2. Rotating icosahedron with MeshPhongMaterial for proper lighting
3. Two colored point lights (orange and blue) positioned on opposite sides
4. Orbit-style auto-rotation where the camera circles around the object
5. Subtle starfield background with 2000 stars
6. Wireframe overlay for visual effect
7. Responsive window resize handling

The file uses the pre-provided three.min.js with a plain script tag as requested.

Created `index.html` with: - **Full-screen WebGL scene** with proper viewport handling - **Rotating icosahedron** with blue Phong material and white wireframe overlay - **Two colored point lights**: orange (`#ff6600`) and blue (`#0066ff`) that orbit around the object - **Orbit-style auto-rotation**: camera circles around the icosahedron - **Subtle starfield**: 2000 stars distributed on a sphere with slow rotation - **Ambient light** for base illumination - **Responsive** to window resize

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.5-397b-a17b
vendorQwen
harnesspi-agent
generated2026-08-01

EVALUATION

3/5 working

Rotating icosahedron with orange/blue point lights and faint starfield, but no camera control response to inputs.

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 motion4.2%
on click10.2%
on drag10.8%
on wheel11.1%
on enter + space11.1%
on arrow keys11.8%
on w/a/s/d9.3%
frame spread31.7 / 255
console errors0
js errors none

METRICS

runtime25.3s
tokens in4.8k
tokens out1.7k
cached0
cost / run$0.0059