UnMolDeQuimica / manim-Chemistry

Manim plugin designed to make chemistry animations easier.
MIT License
49 stars 8 forks source link

Issue #15 Fix: The example of the atom orbital is WRONG and failed to compile #16

Closed UnMolDeQuimica closed 7 months ago

UnMolDeQuimica commented 7 months ago

The example Orbitals example was returning an error because the class was Scene instead of ThreeDScene and also the renderer was not specified in the example. It should be opengl for all three d manim-chemistry objects.