Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
f4f452c9
Commit
f4f452c9
authored
Apr 22, 2011
by
David Partyka
Browse files
Merge branch 'ButtonWidget' into release
parents
8cae7f0c
f324040a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/Testing/Cxx/TestFollowerPicking.cxx
View file @
f4f452c9
...
...
@@ -304,6 +304,8 @@ int TestFollowerPicking( int argc, char* argv[] )
VTK_CREATE
(
vtkRenderWindow
,
renWin
);
renWin
->
AddRenderer
(
ren1
);
// Turn off antialiasing so all GPUs produce the same image
renWin
->
SetMultiSamples
(
0
);
VTK_CREATE
(
vtkRenderWindowInteractor
,
iren
);
iren
->
SetRenderWindow
(
renWin
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment