| 211 | |
| 212 | |
| 213 | void |
| 214 | SimpleRenderer::name_transform (const char *name, const OSL::Matrix44 &xform) |
| 215 | { |
| 216 | std::shared_ptr<Transformation> M (new OSL::Matrix44 (xform)); |
| 217 | m_named_xforms[ustring(name)] = M; |
| 218 | } |
| 219 | |
| 220 | |
| 221 |
nothing calls this directly
no outgoing calls
no test coverage detected