feat: Enhance ConveyorCollider with modelName and scene props, add CurvedPlane component, and update PhysicsSimulator to comment out MaterialSpawner

This commit is contained in:
2025-07-30 10:02:55 +05:30
parent ec4a4247b2
commit d3697bb690
5 changed files with 129 additions and 10 deletions

View File

@@ -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 />
</>
)