Browse Source

Trade: expand a TODO.

pull/470/head
Vladimír Vondruš 6 years ago
parent
commit
8449fecc1c
  1. 3
      src/Magnum/Trade/SkinData.h

3
src/Magnum/Trade/SkinData.h

@ -132,7 +132,8 @@ template<UnsignedInt dimensions> class SkinData {
implementations. */ implementations. */
friend AbstractImporter; friend AbstractImporter;
/** @todo skeleton object ID? gltf has that but the use is unclear */ /** @todo skeleton object ID? gltf has that but the use is unclear,
this might help: https://github.com/KhronosGroup/glTF/pull/1747 */
Containers::Array<UnsignedInt> _jointData; Containers::Array<UnsignedInt> _jointData;
Containers::Array<MatrixTypeFor<dimensions, Float>> _inverseBindMatrixData; Containers::Array<MatrixTypeFor<dimensions, Float>> _inverseBindMatrixData;
const void* _importerState; const void* _importerState;

Loading…
Cancel
Save