We've reconsidered previous patch in IRC.

It's more useful to completely ignore alpha for display of straight
colors.

Supporting straight pipeline is possible, but not a topic for bcon4.
This commit is contained in:
Sergey Sharybin
2013-02-10 13:14:51 +00:00
parent 75cbb07507
commit 9a6c5d8b3e
9 changed files with 32 additions and 28 deletions

View File

@@ -48,7 +48,7 @@ ViewerBaseOperation::ViewerBaseOperation() : NodeOperation()
this->m_doDepthBuffer = false;
this->m_viewSettings = NULL;
this->m_displaySettings = NULL;
this->m_straightAlpha = false;
this->m_ignoreAlpha = false;
}
void ViewerBaseOperation::initExecution()