mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0024928: Visualization - FSAA is not working in ray-tracing mode
This commit is contained in:
parent
48cc825e83
commit
945c35291e
@ -1976,8 +1976,7 @@ Standard_Boolean OpenGl_Workspace::RunRaytraceShaders (const Graphic3d_CView& th
|
||||
return Standard_True;
|
||||
}
|
||||
|
||||
myRaytraceFBO1->ColorTexture()->Bind (myGlContext,
|
||||
GL_TEXTURE0 + OpenGl_RT_FSAAInputTexture);
|
||||
myRaytraceFBO1->ColorTexture()->Bind (myGlContext, GL_TEXTURE0 + OpenGl_RT_FSAAInputTexture);
|
||||
|
||||
myPostFSAAProgram->Bind (myGlContext);
|
||||
|
||||
@ -2062,7 +2061,7 @@ Standard_Boolean OpenGl_Workspace::RunRaytraceShaders (const Graphic3d_CView& th
|
||||
|
||||
if (anIt != 3) // set input for the next pass
|
||||
{
|
||||
aFramebuffer->ColorTexture()->Bind (myGlContext);
|
||||
aFramebuffer->ColorTexture()->Bind (myGlContext, GL_TEXTURE0 + OpenGl_RT_FSAAInputTexture);
|
||||
aFramebuffer->UnbindBuffer (myGlContext);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user