I have the solution for bad (or null) anti-aliasing! #2041
MathItYT
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Only for NVIDIA GPUs
Hi guys, a few hours ago I experimented with my NVIDIA Control Panel and I finally found the solution for bad graphics. There's an user that posted a solution, that was switching Python's processing unit to NVIDIA, however, that didn't fix the anti-aliasing problem for me.
STEP 1: Switching Python's processing unit to NVIDIA
Go to "manage 3D settings", then go to "program settings", then change the option that says "integrated graphics" to "high performance NVIDIA processor".
STEP 2: Set "anti-aliasing mode" to "application-controlled"
In the same section, go to "specify the settings for this program", scroll down and when you find "anti-aliasing mode", change the default option by "aplication-controlled".
For all GPUs
STEP 3: Edit
manimlib.camera.camera
VGroup
class has problems with anti-aliasing too, so modifycapture()
method ofCamera
as follows:This new definition doesn't render VMobjects directly, instead it renders using recursion all the VMobjects' families.
This only works for the latest commit of
video-work
branch. You must install it withpip install git+https://github.com/3b1b/manim@video-work
!Beta Was this translation helpful? Give feedback.
All reactions