10 #include "flutter/fml/macros.h"
14 #include "impeller/scene/importer/scene_flatbuffers.h"
24 const std::vector<std::shared_ptr<Node>>& scene_nodes);
35 std::vector<std::shared_ptr<Node>> joints_;
36 std::vector<Matrix> inverse_bind_matrices_;
38 FML_DISALLOW_COPY_AND_ASSIGN(
Skin);