Commit Graph

18 Commits

Author SHA1 Message Date
be1a24a136 Merge branch 'main-dev' into dev-physics 2025-08-01 16:02:37 +05:30
fc6df17137 Merge remote-tracking branch 'origin/main-demo' into main-dev 2025-08-01 12:07:29 +05:30
7c3d9e1d96 feat: Optimize event listeners in AssetsGroup and streamline model loading; enhance sky and scene components with adaptive features 2025-08-01 12:00:13 +05:30
04573b86dd plane geometry added with physics 2025-07-30 18:16:01 +05:30
d3697bb690 feat: Enhance ConveyorCollider with modelName and scene props, add CurvedPlane component, and update PhysicsSimulator to comment out MaterialSpawner 2025-07-30 10:02:55 +05:30
ec4a4247b2 feat: Implement ColliderCreator and ColliderInstance components, enhance PhysicsSimulator with multiple MaterialSpawner instances 2025-07-23 14:03:00 +05:30
c1397c23f6 fix: human not moving bug fixed 2025-07-23 10:17:27 +05:30
786e6cb6d9 refactor: added pref 2025-07-22 14:36:03 +05:30
60e43f9619 Refactor code structure for improved readability and maintainability 2025-07-22 10:22:29 +05:30
8a6312322c Add Bloom effect to post-processing and update color space in scene rendering 2025-07-21 18:11:02 +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