mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
Change winding fill blend_func
This commit is contained in:
parent
0e2d21bed3
commit
272925fa19
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ class Camera(object):
|
||||||
self.fill_fbo.clear(0.0, 0.0, 0.0, 0.0)
|
self.fill_fbo.clear(0.0, 0.0, 0.0, 0.0)
|
||||||
self.fill_fbo.use()
|
self.fill_fbo.use()
|
||||||
self.ctx.blend_func = (
|
self.ctx.blend_func = (
|
||||||
moderngl.ONE, moderngl.ZERO,
|
moderngl.ONE, moderngl.ONE,
|
||||||
moderngl.ONE, moderngl.ONE,
|
moderngl.ONE, moderngl.ONE,
|
||||||
)
|
)
|
||||||
vao.render(render_primitive)
|
vao.render(render_primitive)
|
||||||
|
|
Loading…
Add table
Reference in a new issue