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

Class

src/lib/solvers/SkinningAlgorithm.ts:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 * 5. Optionally render debug visualizations (SolverDebugVisualizer)
22 */
23export default class SkinningAlgorithm {
24 private bones_master_data: Bone[] = []
25 private geometry: BufferGeometry = new BufferGeometry()
26 private skeleton_type: SkeletonType | null = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected