Merge remote-tracking branch 'origin/RenderTechnique-Update'

Former-commit-id: 85e5af81ed3381af19e87c6ca0ee14e79955e563
This commit is contained in:
Lynix
2014-06-24 12:56:10 +02:00
10 changed files with 451 additions and 184 deletions

View File

@@ -10,6 +10,7 @@
#include <Nazara/Graphics/ColorBackground.hpp>
#include <Nazara/Graphics/RenderTechniques.hpp>
#include <Nazara/Graphics/SceneRoot.hpp>
#include <Nazara/Graphics/SkinningManager.hpp>
#include <Nazara/Renderer/Config.hpp>
#include <functional>
#include <memory>
@@ -240,6 +241,8 @@ void NzScene::Update()
void NzScene::UpdateVisible()
{
NzSkinningManager::Skin();
if (m_impl->update)
{
for (NzUpdatable* node : m_impl->visibleUpdateList)