feat: Enhance EventProperties and mechanics components with new mechanics; refactor action handling and improve state management for various actions

This commit is contained in:
2025-04-25 11:19:40 +05:30
parent 4310b473d0
commit bfcb67c3c8
12 changed files with 663 additions and 245 deletions

View File

@@ -243,7 +243,7 @@ function processLoadedModel(
rotation: [0, 0, 0],
action: {
actionUuid: THREE.MathUtils.generateUUID(),
actionName: `Action ${index}`,
actionName: `Action ${index + 1}`,
actionType: 'default',
material: 'inherit',
delay: 0,