Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DiligentGraphics/DiligentFX
/ Create
Method
Create
Hydrogent/src/HnCamera.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
{
41
42
HnCamera* HnCamera::Create(const pxr::SdfPath& Id)
43
{
44
return new HnCamera{Id};
45
}
46
47
HnCamera::HnCamera(const pxr::SdfPath& Id) :
48
pxr::HdCamera{Id}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected