feat: add store CTA and dimension annotations, update safety cap and translations

This commit is contained in:
CNCKitchen
2026-03-18 15:17:46 +01:00
parent 4654e4b32d
commit 0600877849
6 changed files with 151 additions and 24 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
import * as THREE from 'three';
const QUANTISE = 1e4;
const SAFETY_CAP = 5_000_000; // absolute OOM guard
const SAFETY_CAP = 10_000_000; // absolute OOM guard
// ── Public entry point ───────────────────────────────────────────────────────