Point lights now fully functional with deferred lighting
--HG-- extra : convert_revision : svn%3A7752d6cf-9f14-4ad2-affc-04f1e67b81a5/trunk%4054
This commit is contained in:
@@ -194,3 +194,7 @@ void KRNode::calcExtents(KRContext *pContext) {
|
||||
const std::vector<KRNode *> &KRNode::getChildren() {
|
||||
return m_childNodes;
|
||||
}
|
||||
|
||||
const std::string &KRNode::getName() {
|
||||
return m_name;
|
||||
}
|
||||
Reference in New Issue
Block a user