Skip to content
GitLab
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
66e2d127
Commit
66e2d127
authored
Aug 25, 2005
by
Sebastien Barre
Browse files
BUG: revert until I nail things
parent
4035ad39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rendering/vtkRenderer.cxx
View file @
66e2d127
...
...
@@ -33,7 +33,7 @@
#include
"vtkTimerLog.h"
#include
"vtkVolume.h"
vtkCxxRevisionMacro
(
vtkRenderer
,
"1.21
7
"
);
vtkCxxRevisionMacro
(
vtkRenderer
,
"1.21
8
"
);
//----------------------------------------------------------------------------
// Needed when we don't use the vtkStandardNewMacro.
...
...
@@ -547,7 +547,7 @@ vtkCamera *vtkRenderer::GetActiveCamera()
// The following line has been commented out as it has a lot of
// side effects (like computing the bounds of all props, which will
// eventually call UpdateInformation() on data objects, etc).
//
this->ResetCamera();
this
->
ResetCamera
();
}
return
this
->
ActiveCamera
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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