Fixed bug that caused moving objects to disappear if they travelled outside of their original octree node. (Including point lights)
This commit is contained in:
@@ -304,6 +304,8 @@ void KRNode::invalidateModelMatrix()
|
||||
KRNode *child = (*itr);
|
||||
child->invalidateModelMatrix();
|
||||
}
|
||||
|
||||
getScene().notify_sceneGraphModify(this);
|
||||
}
|
||||
|
||||
void KRNode::invalidateBindPoseMatrix()
|
||||
|
||||
Reference in New Issue
Block a user