Skip to content

Commit

Permalink
fix: remove cyl skew for point clouds, causes mismatch in position
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 21, 2025
1 parent 5a80fa0 commit 8b46597
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions microviewer/viz3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ def create_vtk_point_cloud(ptc):
cylinderActor = vtk.vtkActor()
cylinderActor.SetMapper(mapper)
cylinderActor.GetProperty().SetColor(colors.GetColor3d("Mint"))
cylinderActor.RotateX(30.0)
cylinderActor.RotateY(-45.0)

return cylinderActor

0 comments on commit 8b46597

Please sign in to comment.