Skip to content

Commit 79fc67f

Browse files
committed
Add comment to opengl example
1 parent de70133 commit 79fc67f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example_scenes/opengl.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import os
44
from pathlib import Path
55

6-
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.
78
class SurfaceExample(Scene):
89
def construct(self):
910
# surface_text = Text("For 3d scenes, try using surfaces")

0 commit comments

Comments
 (0)