Commit Graph

9 Commits

Author SHA1 Message Date
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
660e21edcc feat: Integrate @react-three/rapier for physics simulation and add conveyor collider functionality
- Added @react-three/rapier to package.json for physics support.
- Refactored AssetBoundingBox to utilize RigidBody for collision detection.
- Implemented ConveyorCollider to manage object movement on conveyor belts.
- Enhanced Model component to include rigid body references and bounding box calculations.
- Updated Ground component to use RigidBody for ground physics.
- Introduced Colliders component to manage material instances with physics interactions.
- Created SecondaryCamera for enhanced camera management and editing capabilities.
- Added secondary canvas for rendering secondary camera views.
- Updated selection controls to utilize bounding boxes for asset selection.
2025-07-17 14:31:43 +05:30
b3b0831a7f Enhance dashboard components with user collaboration features and project management improvements 2025-06-26 09:25:02 +05:30
b49f431ebf Refactor error handling in API services to use console.error instead of throwing errors
- Updated various API service files to replace error throwing with console.error for better logging.
- This change affects services related to aisles, assets, cameras, collaboration, comments, environment, lines, marketplace, simulation, visualization, and zones.
- The modifications aim to improve error handling by logging errors to the console instead of interrupting the flow with thrown errors.
2025-06-24 09:31:45 +05:30
54b02541c1 updated 2025-06-23 09:37:53 +05:30
2fbdf8ab61 updated comparision 2025-06-12 17:35:42 +05:30
e22a2dc275 first commit 2025-06-10 15:28:23 +05:30