Skip to content

Commit f44467d

Browse files
author
Charles PIGNEROL
committed
Revert "First version of the vtkViewCubeActor class. This class allows you to orient a 3D view by clicking on its 26 faces. With each click, the camera is positioned so that it is normal to the clicked face."
This reverts commit 5b5f3d8.
1 parent 5b5f3d8 commit f44467d

File tree

8 files changed

+3
-1456
lines changed

8 files changed

+3
-1456
lines changed

cmake/version.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
#
44

55
set (VTK_CONTRIB_MAJOR_VERSION "5")
6-
set (VTK_CONTRIB_MINOR_VERSION "8")
7-
set (VTK_CONTRIB_RELEASE_VERSION "0")
6+
set (VTK_CONTRIB_MINOR_VERSION "7")
7+
set (VTK_CONTRIB_RELEASE_VERSION "1")
88
set (VTK_CONTRIB_VERSION ${VTK_CONTRIB_MAJOR_VERSION}.${VTK_CONTRIB_MINOR_VERSION}.${VTK_CONTRIB_RELEASE_VERSION})
99

1010

src/VtkContrib/public/VtkContrib/vtkViewCube.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

src/VtkContrib/public/VtkContrib/vtkViewCubeActor.h

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)