Skip to content

Commit

Permalink
pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethiy committed Apr 28, 2017
1 parent b1b5bfb commit 0c7cf9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/project_scene_xy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ int main(int argc, const char** argv)
std::begin(urban_objects),
[&pivot](urban::shadow::Mesh const& mesh)
{
return urban::Brick(mesh, pivot);
urban::Brick brick(mesh, pivot);
return urban::prune(brick);
}
);
std::cout << urban_objects.size() << " Done" << std::flush << std::endl;
Expand Down

0 comments on commit 0c7cf9f

Please sign in to comment.