mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Fix Camera.blit
This commit is contained in:
parent
d9c85aac46
commit
fca5770b9f
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class Camera(object):
|
||||||
gl.glBindFramebuffer(gl.GL_DRAW_FRAMEBUFFER, dst_fbo.glo)
|
gl.glBindFramebuffer(gl.GL_DRAW_FRAMEBUFFER, dst_fbo.glo)
|
||||||
gl.glBlitFramebuffer(
|
gl.glBlitFramebuffer(
|
||||||
*src_fbo.viewport,
|
*src_fbo.viewport,
|
||||||
*src_fbo.viewport,
|
*dst_fbo.viewport,
|
||||||
gl.GL_COLOR_BUFFER_BIT, gl.GL_LINEAR
|
gl.GL_COLOR_BUFFER_BIT, gl.GL_LINEAR
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue