Refactor robotic arm and conveyor action handlers for improved functionality and performance; add despawn handler and update state management

This commit is contained in:
2025-05-07 17:45:59 +05:30
parent ff5de28d49
commit 9383296684
17 changed files with 234 additions and 76 deletions

View File

@@ -84,7 +84,6 @@ function MaterialInstance({ material }: { material: MaterialSchema }) {
}
useEffect(() => {
// console.log('material: ', material);
if (material.current && material.next) {
// console.log('current: ', material.current.pointUuid);
// console.log('next: ', material.next.pointUuid);