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
b35f5e00
Commit
b35f5e00
authored
Dec 01, 2011
by
Philippe Pébay
Browse files
Correct title
Change-Id: Ida604675a7509b9859546084e52cfbce3ec79e17
parent
f59e977e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hybrid/Testing/Cxx/TestCubeAxesWithGridLines.cxx
View file @
b35f5e00
...
...
@@ -77,7 +77,7 @@ int TestCubeAxesWithGridLines( int argc, char * argv [] )
vtkNew
<
vtkRenderWindow
>
renWin
;
renWin
->
SetMultiSamples
(
0
);
renWin
->
AddRenderer
(
ren2
.
GetPointer
());
renWin
->
SetWindowName
(
"
VTK -
Cube Axes
custom range
"
);
renWin
->
SetWindowName
(
"Cube Axes
with Outer Grid Lines
"
);
renWin
->
SetSize
(
600
,
600
);
renWin
->
SetMultiSamples
(
0
);
...
...
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