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
Andrew Bauer
VTK
Commits
9c487e0d
Commit
9c487e0d
authored
Apr 10, 1995
by
Ken Martin
Browse files
minor bug in Print method
parent
7c2e0de7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Camera.cc
View file @
9c487e0d
...
...
@@ -861,7 +861,7 @@ void vlCamera::PrintSelf(ostream& os, vlIndent indent)
this
->
GetOrientation
();
os
<<
indent
<<
"Clipping Range: ("
<<
this
->
ClippingRange
[
0
]
<<
", "
<<
this
->
ClippingRange
[
2
]
<<
")
\n
"
;
<<
this
->
ClippingRange
[
1
]
<<
")
\n
"
;
os
<<
indent
<<
"Distance: "
<<
this
->
Distance
<<
"
\n
"
;
os
<<
indent
<<
"Eye Angle: "
<<
this
->
EyeAngle
<<
"
\n
"
;
os
<<
indent
<<
"Focal Disk: "
<<
this
->
FocalDisk
<<
"
\n
"
;
...
...
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