| 8 | * Handles loading the target model (user-uploaded model) for retargeting |
| 9 | */ |
| 10 | export class StepLoadTargetModel extends EventTarget { |
| 11 | private readonly mesh2motion_engine: Mesh2MotionEngine |
| 12 | private readonly target_bone_tree_dialog: TargetBoneTreeDialog |
| 13 | private file_input: HTMLInputElement | null = null |
nothing calls this directly
no outgoing calls
no test coverage detected