mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:47:45 +00:00
Added code formatting
This commit is contained in:
parent
0645bc6acc
commit
e5d7ebd978
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Making a Scene
|
|||
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
|
||||
previously explained. In code, a scene is a class that extends ``Scene`` and implements the ``construct``
|
||||
function, like so:
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue