| 176 | } |
| 177 | |
| 178 | SkinnedMeshInstanceEx::SkinnedMeshInstanceEx(std::shared_ptr<donut::engine::SceneTypeFactory> sceneTypeFactory, std::shared_ptr<donut::engine::MeshInfo> prototypeMesh) |
| 179 | : SkinnedMeshInstance(sceneTypeFactory, prototypeMesh) |
| 180 | { |
| 181 | PerGeometryLightSamplerLinks.resize(prototypeMesh->geometries.size(), {-1, -1} ); |
| 182 | } |
| 183 | |
| 184 | [[nodiscard]] std::shared_ptr<SceneGraphLeaf> SkinnedMeshInstanceEx::Clone() |
| 185 | { |
nothing calls this directly
no outgoing calls
no test coverage detected