Skip to content
Snippets Groups Projects
Commit 85e918bb authored by D-AIRY's avatar D-AIRY
Browse files

Disabled parallel vis update

parent 54df4fb9
Branches
Tags version_X.7.1
No related merge requests found
...@@ -292,7 +292,7 @@ QT стиль документирования (!) и QT_AUTOBRIEF - корот ...@@ -292,7 +292,7 @@ QT стиль документирования (!) и QT_AUTOBRIEF - корот
#ifndef __SKYXENGINE_H #ifndef __SKYXENGINE_H
#define __SKYXENGINE_H #define __SKYXENGINE_H
#define SKYXENGINE_VERSION "X.7.0" #define SKYXENGINE_VERSION "X.7.1"
#define SKYXENGINE_VERSION4EDITORS "SkyXEngine version " ## SKYXENGINE_VERSION #define SKYXENGINE_VERSION4EDITORS "SkyXEngine version " ## SKYXENGINE_VERSION
......
...@@ -351,7 +351,7 @@ void CDynamicModelProvider::computeVisibility(const IFrustum *pFrustum, CRendera ...@@ -351,7 +351,7 @@ void CDynamicModelProvider::computeVisibility(const IFrustum *pFrustum, CRendera
{ {
pVisibility->setItemCountDynamic(m_apModels.size()); pVisibility->setItemCountDynamic(m_apModels.size());
pVisibility->resetItemTransparentDynamic(); pVisibility->resetItemTransparentDynamic();
#if 1 #if 0
CVisUpdate cycle(pFrustum, pVisibility, pReference, m_apModels); CVisUpdate cycle(pFrustum, pVisibility, pReference, m_apModels);
ID id = m_pCore->getAsyncTaskRunner()->forLoop(0, m_apModels.size(), &cycle, 500); ID id = m_pCore->getAsyncTaskRunner()->forLoop(0, m_apModels.size(), &cycle, 500);
m_pCore->getAsyncTaskRunner()->waitForLoop(id); m_pCore->getAsyncTaskRunner()->waitForLoop(id);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment