feat: Replace crypto.randomUUID with generateUniqueId in MaterialSpawner and reduce spawnCount to 10

This commit is contained in:
2025-07-17 18:00:55 +05:30
parent 8191e955ca
commit d4d66d9d32
2 changed files with 3 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ export default function Scene({ layout }: { readonly layout: 'Main Layout' | 'Co
<MaterialSpawner
position={[-21, 3, -8]}
spawnInterval={1000}
spawnCount={50}
spawnCount={10}
/>
</Physics>
<Visualization />