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
399265dc
Commit
399265dc
authored
Nov 15, 2011
by
Philippe Pébay
Browse files
Nicer background to test polar axes
Change-Id: Ia3179638a6f4ed1521bd49be3c7b4ba893d927bc
parent
3ebe2013
Changes
1
Hide whitespace changes
Inline
Side-by-side
Hybrid/Testing/Cxx/TestPolarAxes.cxx
View file @
399265dc
...
...
@@ -100,7 +100,7 @@ int TestPolarAxes( int argc, char * argv [] )
vtkNew
<
vtkRenderWindowInteractor
>
iren
;
iren
->
SetRenderWindow
(
renWin
.
GetPointer
()
);
renderer
->
SetBackground
(
1.
,
1.
,
1.
);
renderer
->
SetBackground
(
.7
,
.7
,
.7
);
renderer
->
AddViewProp
(
readerActor
.
GetPointer
()
);
renderer
->
AddViewProp
(
outlineActor
.
GetPointer
()
);
renderer
->
AddViewProp
(
polaxes
.
GetPointer
()
);
...
...
Write
Preview
Supports
Markdown
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