fix: Update mesh material visibility for conveyor colliders and adjust MaterialSpawner settings in PhysicsSimulator

This commit is contained in:
2025-08-13 10:34:16 +05:30
parent 6de1cacf8d
commit 361480578a
5 changed files with 11 additions and 9 deletions

View File

@@ -6,12 +6,12 @@ function PhysicsSimulator() {
return (
<>
{/* <MaterialSpawner
position={[0, 3, 0]}
spawnInterval={1000}
spawnCount={15}
/>
<MaterialSpawner
position={[-2, 5, 3]}
spawnInterval={1000}
spawnCount={5}
/>
{/* <MaterialSpawner
position={[6, 3, 6]}
spawnInterval={1000}
spawnCount={5}