feat: Enhance conveyor collider functionality with direction toggle and visual indicators
This commit is contained in:
@@ -6,16 +6,16 @@ function PhysicsSimulator() {
|
||||
return (
|
||||
<>
|
||||
|
||||
<MaterialSpawner
|
||||
position={[-2, 5, 3]}
|
||||
spawnInterval={1000}
|
||||
spawnCount={5}
|
||||
/>
|
||||
{/* <MaterialSpawner
|
||||
position={[6, 3, 6]}
|
||||
position={[1, 3, 4]}
|
||||
spawnInterval={1000}
|
||||
spawnCount={5}
|
||||
spawnCount={50}
|
||||
/> */}
|
||||
<MaterialSpawner
|
||||
position={[3.8, 3, 3]}
|
||||
spawnInterval={1000}
|
||||
spawnCount={50}
|
||||
/>
|
||||
{/* <MaterialSpawner
|
||||
position={[6, 3, -6]}
|
||||
spawnInterval={1000}
|
||||
@@ -24,7 +24,7 @@ function PhysicsSimulator() {
|
||||
|
||||
<ColliderCreator />
|
||||
|
||||
<SplineCreator />
|
||||
{/* <SplineCreator /> */}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user