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