Commit Graph

8 Commits

Author SHA1 Message Date
e725610674 refactor: Clean up console logs and adjust MaterialSpawner properties 2025-08-23 09:37:47 +05:30
d1c78495ea feat: Implement collider functionality with drag-and-drop arrows and conditions
- Added Collider and ColliderCondition types to manage collider properties.
- Created a new useColliderStore for managing colliders and their arrows.
- Implemented ColliderArrow component for visual representation and interaction of arrows.
- Enhanced ColliderProperties UI for managing directions and conditions.
- Updated PhysicsSimulator and Scene components to integrate collider features.
- Refactored existing code for better organization and clarity.
2025-08-21 17:57:45 +05:30
324b7aa40c refactor: Clean up MaterialSpawner component and improve drag handling logic 2025-08-20 10:37:39 +05:30
7794e51d1f feat: Enhance conveyor collider functionality with direction toggle and visual indicators 2025-08-19 10:19:18 +05:30
04573b86dd plane geometry added with physics 2025-07-30 18:16:01 +05:30
ec4a4247b2 feat: Implement ColliderCreator and ColliderInstance components, enhance PhysicsSimulator with multiple MaterialSpawner instances 2025-07-23 14:03:00 +05:30
d4d66d9d32 feat: Replace crypto.randomUUID with generateUniqueId in MaterialSpawner and reduce spawnCount to 10 2025-07-17 18:00:55 +05:30
1e314bc290 feat: Refactor conveyor collider logic, enhance material spawning, and remove unused colliders component 2025-07-17 17:15:46 +05:30