| 447 | } |
| 448 | |
| 449 | size_t RenderComponent::GetMeshCount() const { |
| 450 | return meshes->meshes.size(); |
| 451 | } |
| 452 | |
| 453 | const glm::mat4& RenderComponent::GetMeshTransform(const size_t meshIndex) const { |
| 454 | return meshes->transforms[meshIndex]; |
no outgoing calls
no test coverage detected