Merge remote-tracking branch 'origin/deffered_rendering'
This commit is contained in:
+1
-1
@@ -223,7 +223,7 @@ void Model::getSimilarVertexIndex()
|
||||
{
|
||||
glm::vec3 tempNormal, tempTangent, tempBiTangent;
|
||||
|
||||
if(glm::dot(Normals[i], Normals[t]) > 0)
|
||||
if(glm::dot(Normals[i], Normals[t]) > .4f)
|
||||
{
|
||||
tempNormal = Normals[i] + Normals[t];
|
||||
tempTangent = TangentNormals[i] + TangentNormals[t];
|
||||
|
||||
Reference in New Issue
Block a user