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