Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

arena: extend zoom distances to 16 max

Add 12 and 16 to the zoom distance array so the furthest 3P view goes
out to 16 units.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
system/public/aesthetic.computer/disks/arena.mjs
··· 71 71 // Level 0 = first person. Levels 1..N = third person, pulling the camera back 72 72 // further each click. More close-in steps for shoulder-camera views. 73 73 // Middle-mouse still toggles between 1P and a default 3P. 74 - const ZOOM_DISTANCES = [0, 0.5, 1, 1.5, 2, 3, 4.5, 6, 9]; 74 + const ZOOM_DISTANCES = [0, 0.5, 1, 1.5, 2, 3, 4.5, 6, 9, 12, 16]; 75 75 let zoomLevel = 2; // Start at 1 unit back (shoulder camera) 76 76 77 77 // 🎥 Right-click camera orbit (3P mode only): rotate camera around player