ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
21.42k stars 1.57k forks source link

ConvertToOpengl does not always work #3845

Open JasonGrace2282 opened 2 months ago

JasonGrace2282 commented 2 months ago
>>> from manim import *
>>> config.renderer = RendererType.OPENGL
>>> Cylinder.__bases__  # or Cylinder.__mro__
(<class 'manim.mobject.three_d.three_dimensions.Surface'>,)