Skip to content

Commit

Permalink
[FO4] Undo bitangent flip for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hexabits committed Nov 23, 2015
1 parent eefe0de commit f8f5213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gl/bsshape.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void BSShape::update( const NifModel * nif, const QModelIndex & index )
tangents += t;

auto b = Vector3::crossproduct( n, t );
bitangents += -Vector3( dot, unk1f, unk2f );
bitangents += Vector3( dot, unk1f, unk2f );
//bitangents += b;
}

Expand Down

0 comments on commit f8f5213

Please sign in to comment.