| 302 | } |
| 303 | |
| 304 | void SetGeometryTransformation(uint32_t modelID, std::array<double, 16> m) |
| 305 | { |
| 306 | if (manager.IsModelOpen(modelID)) |
| 307 | manager.GetGeometryProcessor(modelID)->SetTransformation(m); |
| 308 | } |
| 309 | |
| 310 | std::array<double, 16> GetCoordinationMatrix(uint32_t modelID) |
| 311 | { |
nothing calls this directly
no test coverage detected