mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Added one more sentence
This commit is contained in:
parent
e5d7ebd978
commit
c60dd05e33
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ To make a scene, jump on the table and do a dance. Oh, a manim scene? Alright.
|
|||
|
||||
A scene is what renders when manim is executed. Each scene contains mobjects, which can then be animated as
|
||||
previously explained. In code, a scene is a class that extends ``Scene`` and implements the ``construct``
|
||||
function, like so:
|
||||
function, like so. Manim will execute this function to render the scene.
|
||||
|
||||
.. code-block:: python
|
||||
:linenos:
|
||||
|
|
Loading…
Add table
Reference in a new issue