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
Scott Wittenburg
ParaView
Commits
6ec76a55
Commit
6ec76a55
authored
Feb 22, 2022
by
Scott Wittenburg
Browse files
vtkViewLayout: Fix stereo in cave/tile displays
(cherry picked from commit
9c4e9601
)
parent
18eab360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Remoting/Views/vtkViewLayout.cxx
View file @
6ec76a55
...
...
@@ -448,7 +448,7 @@ void vtkViewLayout::Paint(vtkViewport* vp)
{
auto
renWin
=
vtkOpenGLRenderWindow
::
SafeDownCast
(
item
.
View
->
GetRenderWindow
());
const
int
*
size
=
renWin
->
GetActualSize
();
if
(
auto
fbo
=
renWin
?
renWin
->
Get
Render
Framebuffer
()
:
nullptr
)
if
(
auto
fbo
=
renWin
?
renWin
->
Get
Display
Framebuffer
()
:
nullptr
)
{
vtkVLogF
(
PARAVIEW_LOG_RENDERING_VERBOSITY
(),
"paste back results from `%s`"
,
item
.
View
->
GetLogName
().
c_str
());
...
...
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