You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pre-release 5.9.0. Improvements to the vtkViewCubeActor class: a second click on a face cancels the roll, and the text is pressed as close as possible to the faces. Highlighting of the hovered face.
Copy file name to clipboardExpand all lines: src/VtkContrib/public/VtkContrib/vtkViewCubeActor.h
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,11 @@ class vtkViewCubeActor : public vtkPropAssembly
88
88
*/
89
89
virtualvoidPickCallback (int x, int y);
90
90
91
+
/**
92
+
* Regarde si une face du cube est pointée aux coordonnées transmises et, le cas échéant, met cette face en surbrillance. Annule ue éventuelle surbrillance antérieure d'une autre face.
93
+
*/
94
+
virtualvoidHighlightCallback (int x, int y);
95
+
91
96
92
97
protected:
93
98
@@ -108,28 +113,28 @@ class vtkViewCubeActor : public vtkPropAssembly
0 commit comments