We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de70133 commit 79fc67fCopy full SHA for 79fc67f
example_scenes/opengl.py
@@ -3,7 +3,8 @@
3
import os
4
from pathlib import Path
5
6
-
+# Copied from https://3b1b.github.io/manim/getting_started/example_scenes.html#surfaceexample.
7
+# Lines that do not yet work with the Community Version are commented.
8
class SurfaceExample(Scene):
9
def construct(self):
10
# surface_text = Text("For 3d scenes, try using surfaces")
0 commit comments