feat: Enhance ConveyorCollider with modelName and scene props, add CurvedPlane component, and update PhysicsSimulator to comment out MaterialSpawner
This commit is contained in:
@@ -5,7 +5,7 @@ import ColliderCreator from './colliders/colliderCreator'
|
||||
function PhysicsSimulator() {
|
||||
return (
|
||||
<>
|
||||
<MaterialSpawner
|
||||
{/* <MaterialSpawner
|
||||
position={[0, 3, 0]}
|
||||
spawnInterval={1000}
|
||||
spawnCount={15}
|
||||
@@ -19,7 +19,7 @@ function PhysicsSimulator() {
|
||||
position={[-17, 3, 6]}
|
||||
spawnInterval={1000}
|
||||
spawnCount={50}
|
||||
/>
|
||||
/> */}
|
||||
<ColliderCreator />
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user