# @flighthq/skeleton3d

3D skeleton: joint bind poses and skin-palette (jointWorld * inverseBind) computation over animated SceneNode bones

## Install

```sh
npm install @flighthq/skeleton3d
```

Import the supported application-facing API from `@flighthq/skeleton3d`. The `@flighthq/skeleton3d/contract` export is the wider package-to-package contract used to compose Flight itself.

This package is part of the locked-version Flight SDK graph. Applications may instead install and import `@flighthq/sdk` when package-level tree shaking is sufficient.

- [Flight project](https://github.com/flighthq/flight)
- [Source for @flighthq/skeleton3d@0.4.0](https://github.com/flighthq/flight/tree/cd6b6e71eb472b3a4249830a7743333f019fa7b7/packages/skeleton3d)
- [License](https://github.com/flighthq/flight/blob/cd6b6e71eb472b3a4249830a7743333f019fa7b7/LICENSE.md)
