Skip to content

Commit

Permalink
Merge pull request #1056 from VictorLamoine/tesselated_sphere
Browse files Browse the repository at this point in the history
Fix VTK compatibility
  • Loading branch information
jspricke committed Dec 23, 2014
2 parents f8854d5 + 8c3c9c8 commit e1bfafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/src/render_views_tesselated_sphere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ pcl::apps::RenderViewsTesselatedSphere::generateViews() {

// Get camera positions
vtkPolyData *sphere = subdivide->GetOutput ();
sphere->Update ();

std::vector<Eigen::Vector3f, Eigen::aligned_allocator<Eigen::Vector3f> > cam_positions;
if (!use_vertices_)
Expand Down

0 comments on commit e1bfafc

Please sign in to comment.