mirror of
https://github.com/3b1b/manim.git
synced 2025-07-31 22:13:30 +08:00
Better alignment of sub_mbojects
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
from mobject import Mobject
|
||||
from point_cloud_mobject import PointCloudMobject
|
||||
from point_cloud_mobject import PMobject
|
||||
from image_mobject import ImageMobject
|
||||
from helpers import *
|
||||
|
||||
#TODO, Cleanup and refactor this file.
|
||||
|
||||
class TexMobject(PointCloudMobject):
|
||||
class TexMobject(PMobject):
|
||||
CONFIG = {
|
||||
"template_tex_file" : TEMPLATE_TEX_FILE,
|
||||
"color" : WHITE,
|
||||
|
Reference in New Issue
Block a user