feat: Replace crypto.randomUUID with generateUniqueId in MaterialSpawner and reduce spawnCount to 10
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user