mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
0026479: Visualization, TKOpenGl - do not implicitly turn off stereo in OpenGl_Workspace::RedrawImmediate()
This commit is contained in:
parent
f42753ed03
commit
637b758367
@ -1408,12 +1408,7 @@ void OpenGl_Workspace::RedrawImmediate (const Graphic3d_CView& theCView,
|
|||||||
const Graphic3d_StereoMode aStereoMode = theCView.RenderParams.StereoMode;
|
const Graphic3d_StereoMode aStereoMode = theCView.RenderParams.StereoMode;
|
||||||
if (aProjectType == Graphic3d_Camera::Projection_Stereo)
|
if (aProjectType == Graphic3d_Camera::Projection_Stereo)
|
||||||
{
|
{
|
||||||
if (aFrameBuffer != NULL)
|
if (myMainSceneFbos[0]->IsValid()
|
||||||
{
|
|
||||||
// implicitly switch to mono camera for image dump
|
|
||||||
aProjectType = Graphic3d_Camera::Projection_Perspective;
|
|
||||||
}
|
|
||||||
else if (myMainSceneFbos[0]->IsValid()
|
|
||||||
&& !myMainSceneFbos[1]->IsValid())
|
&& !myMainSceneFbos[1]->IsValid())
|
||||||
{
|
{
|
||||||
aProjectType = Graphic3d_Camera::Projection_Perspective;
|
aProjectType = Graphic3d_Camera::Projection_Perspective;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user