MCPcopy Create free account
hub / github.com/DiligentGraphics/DiligentFX / HnLight

Method HnLight

Hydrogent/src/HnLight.cpp:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68HnLight::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
75HnLight::~HnLight()
76{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected