mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Change winding fill blend_func
This commit is contained in:
@ -479,7 +479,7 @@ class Camera(object):
|
||||
self.fill_fbo.clear(0.0, 0.0, 0.0, 0.0)
|
||||
self.fill_fbo.use()
|
||||
self.ctx.blend_func = (
|
||||
moderngl.ONE, moderngl.ZERO,
|
||||
moderngl.ONE, moderngl.ONE,
|
||||
moderngl.ONE, moderngl.ONE,
|
||||
)
|
||||
vao.render(render_primitive)
|
||||
|
Reference in New Issue
Block a user