removed surf layer
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
//TODO!! increase Destructioncount
|
||||
#define DESTRUCTION_COUNT 3
|
||||
#define DESTRUCTION_COUNT 2
|
||||
|
||||
#include "DestructionPower_Properties.h"
|
||||
#include "../AbstraktionLayer_Base.h"
|
||||
|
@ -177,7 +177,7 @@ bool AbstractionLayer_ColorMatching::EvaluateQuality (const coor constraintCoord
|
||||
float value3 = (float)(1-(abs(m_constraintMatrix[constraintCoordinate.col][constraintCoordinate.row].m_centerColor.v-qVector[i].second->m_acm.m_centerColor.v))/255);
|
||||
|
||||
|
||||
qVector[i].first = (value1*4+value2*2+value3*1)/6;
|
||||
qVector[i].first = (value1*2+value2*2+value3*2)/6;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user