Skip to content

Commit

Permalink
Uncomment normal addition
Browse files Browse the repository at this point in the history
  • Loading branch information
ababo committed Nov 7, 2021
1 parent 8683f6c commit 73ac105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src_CC_wrap/PoissonReconLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void ExtractMesh( const PoissonReconLib::Parameters& params,
out_mesh.addVertex(v.point.coords);
if (sampleData)
{
//out_mesh.addNormal(v.normal);
out_mesh.addNormal(v.normal);
out_mesh.addColor(v.color);
}
if (params.density)
Expand Down

0 comments on commit 73ac105

Please sign in to comment.