| 102 | } |
| 103 | |
| 104 | pxr::GfMatrix4d HnTaskManager::TaskParamsDelegate::GetTransform(const pxr::SdfPath& Id) |
| 105 | { |
| 106 | auto it = m_ParamsCache.find({Id, pxr::HdTokens->transform}); |
| 107 | return it != m_ParamsCache.end() ? it->second.Get<pxr::GfMatrix4d>() : pxr::GfMatrix4d{1.0}; |
| 108 | } |
| 109 | |
| 110 | pxr::VtValue HnTaskManager::TaskParamsDelegate::GetLightParamValue(const pxr::SdfPath& Id, |
| 111 | const pxr::TfToken& ParamName) |
no outgoing calls
no test coverage detected