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
Sreekanth Arikatla
iMSTK
Commits
cc2be69c
Commit
cc2be69c
authored
Aug 02, 2017
by
Sreekanth Arikatla
Browse files
STYLE: Remove axis labels and make shaft as cylinders
parent
a7158781
Pipeline
#66558
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Base/Rendering/imstkVTKRenderer.cpp
View file @
cc2be69c
...
...
@@ -85,6 +85,8 @@ VTKRenderer::VTKRenderer(std::shared_ptr<Scene> scene)
// Global Axis
auto
axes
=
vtkSmartPointer
<
vtkAxesActor
>::
New
();
axes
->
SetShaftType
(
vtkAxesActor
::
CYLINDER_SHAFT
);
axes
->
SetAxisLabels
(
false
);
m_debugVtkActors
.
push_back
(
axes
);
// Camera and camera actor
...
...
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