simulation-arm #62

Merged
Vishnu merged 4 commits from simulation-arm into main 2025-04-14 04:15:07 +00:00

4 Commits

Author SHA1 Message Date
Vishnu 0269c1f960 refactor: standardize position and rotation types to use tuple arrays for consistency 2025-04-11 14:45:56 +05:30
Vishnu 737094848f refactor: update position and rotation types to use Vector3 for consistency 2025-04-11 14:23:30 +05:30
Poovizhi99 14d3de4ece refactor: removed rigged arm when not needed 2025-04-11 14:10:35 +05:30
Vishnu 0e552f645a feat: Implement ArmReplace component with MultiGLTFInstances for dynamic arm rendering
- Added ArmReplace component to manage the rendering of arm models based on scene objects.
- Integrated MultiGLTFInstances for loading and displaying multiple GLTF models.
- Created findLinkObjects function to traverse the scene and extract positions, rotations, and visibility settings for objects named 'link_0'.
- Utilized useModuleStore to manage active module state and control visibility of arm models.
2025-04-11 13:35:26 +05:30