MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / Light

Method Light

test/Renderer.cpp:108–116  ·  view source on GitHub ↗

Construct with no properties

Source from the content-addressed store, hash-verified

106
107 // Construct with no properties
108 Light()
109 : node(createByClassName("light"))
110 {
111 if (node)
112 {
113 entity = Node_getEntity(node);
114 iLightNode = Node_getLightNode(node);
115 }
116 }
117
118 // Return the light texture matrix
119 Matrix4 getMatrix() const

Callers

nothing calls this directly

Calls 3

createByClassNameFunction · 0.85
Node_getEntityFunction · 0.85
Node_getLightNodeFunction · 0.85

Tested by

no test coverage detected