| 66 | } |
| 67 | |
| 68 | HnLight::HnLight(const pxr::SdfPath& Id, const pxr::TfToken& TypeId) : |
| 69 | pxr::HdLight{Id}, |
| 70 | m_TypeId{TypeId}, |
| 71 | m_SceneBounds{BoundBox::Invalid()} |
| 72 | { |
| 73 | } |
| 74 | |
| 75 | HnLight::~HnLight() |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected