Merge branch 'NDK' into NDK-ShadowMapping

Former-commit-id: 271757d5d425b93422bd15a7e119f8eb0cec800b
This commit is contained in:
Lynix
2015-09-19 15:31:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ namespace Ndk
NodeComponent& lightNode = light->GetComponent<NodeComponent>();
///TODO: Cache somehow?
lightComponent.AddToRenderQueue(renderQueue, m_coordinateSystemMatrix * drawableNode.GetTransformMatrix());
lightComponent.AddToRenderQueue(renderQueue, NzMatrix4f::ConcatenateAffine(m_coordinateSystemMatrix, drawableNode.GetTransformMatrix()));
}
camComponent.ApplyView();