Refactor robotic arm simulation components
- Updated MachineInstances to utilize the machine store for rendering multiple MachineInstance components. - Enhanced Machine component to include machine state management and logging. - Refactored RoboticArmAnimator for improved path handling and animation logic. - Modified RoboticArmInstance to streamline state management and integrate with the updated animator. - Improved IKInstance to support armBot state and interaction. - Adjusted RoboticArm to dynamically load armBots based on selected products and events. - Cleaned up unused code and improved overall readability and maintainability.
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
outline: none;
|
||||
path {
|
||||
stroke: var(--text-button-color);
|
||||
stroke-width: 1.3;
|
||||
strokeWidth: 1.3;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -682,7 +682,7 @@
|
||||
|
||||
path {
|
||||
stroke: var(--accent-color);
|
||||
stroke-width: 1.5px;
|
||||
strokeWidth: 1.5px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user