Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ Node_getLightNode
Function
Node_getLightNode
include/ilightnode.h:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
typedef std::shared_ptr<ILightNode> ILightNodePtr;
25
26
inline ILightNodePtr Node_getLightNode(const scene::INodePtr& node)
27
{
28
return std::dynamic_pointer_cast<ILightNode>(node);
29
}
Callers
11
Light
Method · 0.85
TEST_F
Function · 0.85
TEST_F
Function · 0.85
checkAltarSceneGeometry
Function · 0.85
GetNodeBounds
Method · 0.85
updateFromSelection
Method · 0.85
getCurrentSelectionBounds
Function · 0.85
evaluate
Method · 0.85
evaluate
Method · 0.85
evaluate
Method · 0.85
processNodes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected