-
|
Is there a way I can get the sampler for the images to use nearest neighbour interpolation in ManimGL? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found how to: in Obviously attributes per image mobject can be added and then the corresponding sampler can be set. |
Beta Was this translation helpful? Give feedback.
I found how to: in
class Camerainget_texture_idone can settexture.filter = (moderngl.NEAREST, moderngl.NEAREST)or:Obviously attributes per image mobject can be added and then the corresponding sampler can be set.