-
Notifications
You must be signed in to change notification settings - Fork 2.5k
OpenGL compatibility via metaclass: :class:~.TracedPath
, :class:~.ParametricFunction
, :class:~.Brace
, :class:~.VGroup
#1572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me, thanks for taking care of it! I just want to do some local testing, and additionally make sure that the pipeline failure isn't caused by your changes.
This PR should be good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just have a minor comment that I'd like to discuss, but otherwise this looks good to me. (Only read the code, did not test it locally.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One additional quick question. 👀
, :class:~.ParametricFunction
, :class:~.Brace, :class:
~.VGroup`
, :class:~.ParametricFunction
, :class:~.Brace, :class:
~.VGroup`, :class:~.ParametricFunction
, :class:~.Brace
, :class:~.VGroup
, :class:~.ParametricFunction
, :class:~.Brace
, :class:~.VGroup
~.TracedPath
, :class:~.ParametricFunction, :class:
~.Brace, :class:
~.VGroup`
~.TracedPath
, :class:~.ParametricFunction, :class:
~.Brace, :class:
~.VGroup`~.TracedPath
, :class:~.ParametricFunction
, :class:~.Brace
, :class:~.VGroup
Changelog / Overview
Increased OpenGL compatibility using the metaclass mechanism from #1272.
TracedPath
,ParametricFunction
,Brace
, andVGroup
mobjects are now compatible with both renderers.Documentation Reference
Testing Status
All changes were tested locally. Everything seems to work as it should.
Further Comments
PR #1324 can be closed as I don't see a need for it now.
Checklist
Reviewer Checklist