| 461 | } |
| 462 | |
| 463 | void MatInstance::setTransforms(const MatrixSet &matrixSet, SceneRenderState *state) |
| 464 | { |
| 465 | PROFILE_SCOPE(MatInstance_setTransforms); |
| 466 | mProcessedMaterial->setTransforms(matrixSet, state, getCurPass()); |
| 467 | } |
| 468 | |
| 469 | void MatInstance::setNodeTransforms(const MatrixF *address, const U32 numTransforms) |
| 470 | { |
no outgoing calls
no test coverage detected