fix: Update mesh material visibility for conveyor colliders and adjust MaterialSpawner settings in PhysicsSimulator
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user