MCPcopy Create free account
hub / github.com/Mesh2Motion/mesh2motion-app /

Class

src/retarget/steps/StepLoadTargetModel.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * Handles loading the target model (user-uploaded model) for retargeting
9 */
10export 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected